Skip to content

Commit 28ea347

Browse files
committed
add support for border on tags
1 parent b5147bc commit 28ea347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/tag/base.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'relative align-middle',
1212
'inline-flex items-center',
1313
'whitespace-nowrap',
14-
\Elegantly\Kit\Facades\Kit::tag()->size($size)->color($color)->font()->background()->outline()->spacing(),
14+
\Elegantly\Kit\Facades\Kit::tag()->size($size)->color($color)->font()->background()->outline()->border()->ring()->spacing(),
1515
]) }}
1616
@if ($tooltip) x-tooltip.raw="{!! $tooltip !!}" @endif>
1717
{{ $slot }}

0 commit comments

Comments
 (0)