We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558bcad commit 5bc5e5aCopy full SHA for 5bc5e5a
1 file changed
app/components/Button/Base.vue
@@ -47,7 +47,7 @@ defineExpose({
47
:aria-keyshortcuts="keyshortcut"
48
>
49
<span
50
- class="group cursor-pointer inline-flex gap-x-1.5 relative items-center justify-center rounded-md active:rounded-4xl font-mono border border-solid transition-[background-color,color,border,outline] duration-200 transition-[border-radius_100ms] after:(content-[''] absolute inset--0.5 rounded-md) outline-transparent group-focus-visible:(outline-2 outline-accent outline-offset-2)"
+ class="group cursor-pointer inline-flex gap-x-1.5 relative items-center justify-center rounded-md hover:rounded-xl active:rounded-xl font-mono border border-solid transition-[background-color,color,border,outline] duration-200 transition-[border-radius_100ms] after:(content-[''] absolute inset--0.5 rounded-md) outline-transparent group-focus-visible:(outline-2 outline-accent outline-offset-2)"
51
:class="{
52
'text-sm px-4 py-2': size === 'medium',
53
'text-xs px-2 py-0.5': size === 'small',
0 commit comments