Skip to content

Commit 3fb9951

Browse files
committed
wip
1 parent 81d90d1 commit 3fb9951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ui/Button.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function icon(): static
3838
'xs' => 'size-4 text-base',
3939
'sm' => 'size-5 p-0.5 text-base',
4040
'base', 'md' => 'size-5 p-0.5 text-base',
41-
'lg' => 'size-6 p-0.5',
41+
'lg' => 'size-6 p-0.5 text-xl',
4242
'xl' => 'size-7 p-0.5',
4343
default => ''
4444
});

0 commit comments

Comments
 (0)