🎨 style(inputFileComponent): reduce size of FileSearch2 icon to improve UI aesthetics

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-23 18:30:35 -03:00
commit f0476e20df

View file

@ -114,7 +114,7 @@ export default function InputFileComponent({
</span>
<button onClick={handleButtonClick}>
{!editNode && !loading && (
<FileSearch2 className="w-8 h-8 hover:text-ring" />
<FileSearch2 className="w-6 h-6 hover:text-ring" />
)}
{!editNode && loading && (
<span className="loading loading-spinner loading-sm pl-3 h-8 pointer-events-none"></span>