mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
fix: e2e test failed > sidebar icon button size fixed
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
selected && 'side-bar-button-selected'
|
||||
)
|
||||
"
|
||||
size="icon-lg"
|
||||
variant="muted-textonly"
|
||||
:aria-label="computedTooltip"
|
||||
@click="emit('click', $event)"
|
||||
|
||||
@@ -27,7 +27,7 @@ export const buttonVariants = cva({
|
||||
lg: 'h-10 rounded-lg px-4 py-2 text-sm',
|
||||
icon: 'size-8',
|
||||
'icon-sm': 'size-5 p-0',
|
||||
'icon-lg': 'size-10 [&_i]:size-5'
|
||||
'icon-lg': 'size-10 [&_i,&_svg]:size-5'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user