Skip to content

Commit 5bc5e5a

Browse files
committed
for thasmo 🫡
1 parent 558bcad commit 5bc5e5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Button/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defineExpose({
4747
:aria-keyshortcuts="keyshortcut"
4848
>
4949
<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)"
50+
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)"
5151
:class="{
5252
'text-sm px-4 py-2': size === 'medium',
5353
'text-xs px-2 py-0.5': size === 'small',

0 commit comments

Comments
 (0)