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 f3f5a98 commit b1d440aCopy full SHA for b1d440a
resources/views/docs/navigation.blade.php
@@ -10,10 +10,10 @@
10
<div class="flex justify-end">
11
<button type="button" class="p-4" @click="showDocsNavigation = !showDocsNavigation">
12
<div x-show="!showDocsNavigation">
13
- <x-icons.menu class="w-6 h-6 text-red-600 dark:text-red-300" />
+ <x-icons.menu class="w-6 h-6 text-teal-600 dark:text-red-300" />
14
</div>
15
<div x-show="showDocsNavigation">
16
- <x-icons.close class="w-6 h-6" />
+ <x-icons.close class="w-6 h-6 text-teal-600" />
17
18
</button>
19
@@ -25,4 +25,4 @@
25
class="mt-2 px-4 pt-4 border-b border-[#00aaa6] border-opacity-50 dark:border-opacity-90">
26
{!! $navigation !!}
27
</nav>
28
-</div>
+</div>
0 commit comments