🎨 style(inputFileComponent): reduce size of FileSearch2 icon to improve UI aesthetics
This commit is contained in:
parent
3b20a40af8
commit
f0476e20df
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue