Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmieri committed May 6, 2024
1 parent cf58ba9 commit a31d853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/collapsible.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'bg-white shadow' => ! $flat,
'border' => $flat,
]) }}>
<ul class="-my-2 divide-y">
<ul class="-my-2 divide-y divide-gray-200/60">
{{ $slot }}
</ul>
</div>

0 comments on commit a31d853

Please sign in to comment.