Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmieri committed May 8, 2024
1 parent a31d853 commit ee6ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/tabs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'text-sm space-x-4' => $size === 'sm',
]);
@endphp
<div class="border-b pb-1.5 w-full">
<div class="border-b border-gray-200/50 pb-1.5 w-full">
<nav {{ $attributes->class([$classes]) }}>
{{ $slot }}
</nav>
Expand Down

0 comments on commit ee6ec69

Please sign in to comment.