File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
workbench/resources/views Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function hover(): static
3434 public function icon (): static
3535 {
3636 return $ this ->append (match ($ this ->size ) {
37- '2xs ' => 'size-4 p-px ' ,
37+ '2xs ' => 'size-4 p-px text-sm ' ,
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 ' ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ class Tag extends Base
77 public function icon (): static
88 {
99 $ this ->append (match ($ this ->size ) {
10- '2xs ' => 'size-4 p-px ' ,
11- 'xs ' => 'size-4 ' ,
10+ '2xs ' => 'size-4 p-px text-sm ' ,
11+ 'xs ' => 'size-4 text-base ' ,
1212 'sm ' => 'size-5 p-0.5 text-base ' ,
1313 'base ' , 'md ' => 'size-5 p-0.5 text-base ' ,
1414 'lg ' => 'size-6 p-0.5 ' ,
Original file line number Diff line number Diff line change @@ -72,6 +72,13 @@ class="w-full rounded hover:bg-gray-100" size="sm">
7272 <div class =" flex items-center justify-center border-b" >
7373 <x-kit::tag color =" white" >
7474 Tag
75+ <x-slot:button >
76+ <x-kit::button color =" white" size =" 2xs" class =" rounded-full" >
77+ <x-slot:icon >
78+ <iconify-icon icon =" heroicons:x-mark" ></iconify-icon >
79+ </x-slot:icon >
80+ </x-kit::button >
81+ </x-slot:button >
7582 </x-kit::tag >
7683 </div >
7784 <div class =" flex items-center justify-center border-b" >
You can’t perform that action at this time.
0 commit comments