Skip to content

Commit 500651a

Browse files
committed
fix tag
1 parent 21d22bb commit 500651a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ui/Tag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public function icon(): static
1111
'xs' => 'size-4 text-base',
1212
'sm' => 'size-5 p-0.5 text-base',
1313
'base', 'md' => 'size-5 p-0.5 text-base',
14-
'lg' => 'size-6 p-0.5',
15-
'xl' => 'size-6 p-0.5',
14+
'lg' => 'size-6 p-0.5 text-xl',
15+
'xl' => 'size-7 p-0.5',
1616
default => ''
1717
});
1818

0 commit comments

Comments
 (0)