fix: e2e test failed > sidebar icon button size fixed

This commit is contained in:
Jin Yi
2026-01-15 15:37:05 +09:00
parent 93ed704d5d
commit c531028204
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
selected && 'side-bar-button-selected'
)
"
size="icon-lg"
variant="muted-textonly"
:aria-label="computedTooltip"
@click="emit('click', $event)"

View File

@@ -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'
}
},