8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88708d3 commit e340d83Copy full SHA for e340d83
resources/views/components/nav.blade.php
@@ -36,7 +36,7 @@ class="ml-1 flex items-center justify-center h-10 w-10 rounded-full focus:outlin
36
<div :class="{'hidden': !isOpen }" class="lg:flex lg:flex-shrink-0 print:hidden">
37
<div class="flex flex-col w-64">
38
<!-- Sidebar component, swap this element with another sidebar if you like -->
39
- <div class="flex flex-col h-0 flex-1 border-r border-gray-200 bg-gray-50 dark:bg-gray-700">
+ <div class="flex flex-col h-0 flex-1 border-r border-gray-200 bg-gray-50 dark:border-gray-900 dark:bg-gray-700">
40
<div class="flex-1 flex flex-col pt-8 pb-4 px-6 overflow-y-auto">
41
<x-sidebar>{!! $slot !!}</x-sidebar>
42
</div>
0 commit comments