mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
size
This commit is contained in:
parent
6d5d4c34d7
commit
094e05070a
1 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ export const IconShell1 = ({ onClick, title, Icon, disabled, className }: IconBu
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
className={`
|
className={`
|
||||||
size-[18px]
|
size-[24px]
|
||||||
flex items-center justify-center
|
flex items-center justify-center
|
||||||
text-sm bg-void-bg-3 text-void-fg-1
|
text-sm bg-void-bg-3 text-void-fg-1
|
||||||
hover:brightness-110
|
hover:brightness-110
|
||||||
|
|
@ -36,7 +36,7 @@ export const IconShell1 = ({ onClick, title, Icon, disabled, className }: IconBu
|
||||||
${className}
|
${className}
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<Icon size={12} />
|
<Icon size={16} />
|
||||||
</button>
|
</button>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -47,7 +47,7 @@ export const IconShell2 = ({ onClick, title, Icon, disabled, className }: IconBu
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
className={`
|
className={`
|
||||||
size-[18px]
|
size-[24px]
|
||||||
flex items-center justify-center
|
flex items-center justify-center
|
||||||
text-sm
|
text-sm
|
||||||
hover:opacity-80
|
hover:opacity-80
|
||||||
|
|
@ -55,7 +55,7 @@ export const IconShell2 = ({ onClick, title, Icon, disabled, className }: IconBu
|
||||||
${className}
|
${className}
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<Icon size={12} />
|
<Icon size={16} />
|
||||||
</button>
|
</button>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue