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 81d90d1 commit 3fb9951Copy full SHA for 3fb9951
src/Ui/Button.php
@@ -38,7 +38,7 @@ public function icon(): static
38
'xs' => 'size-4 text-base',
39
'sm' => 'size-5 p-0.5 text-base',
40
'base', 'md' => 'size-5 p-0.5 text-base',
41
- 'lg' => 'size-6 p-0.5',
+ 'lg' => 'size-6 p-0.5 text-xl',
42
'xl' => 'size-7 p-0.5',
43
default => ''
44
});
0 commit comments