Skip to content

Commit

Permalink
update style of dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 24, 2023
1 parent ea44413 commit dce57fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resources/views/components/container.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<x-slot:buttons>
{{ $buttons ?? '' }}
</x-slot:buttons>
<x-slot:icon>
{{ $icon ?? '' }}
</x-slot:icon>
<div class="bg-white border-gray-200 dark:bg-gray-800 p-6 rounded-xl border dark:border-gray-700 mb-6">
<x-splade-modal class="font-main">
<x-slot:title>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/dropdown.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@endif
</div>
</x-slot:button>
<div class="px-2 dark:bg-gray-800">
<div class="px-4">
<ul class="divide-y divide-gray-200 dark:divide-gray-700">
{{ $slot }}
</ul>
Expand Down

0 comments on commit dce57fc

Please sign in to comment.