8000 Fix color-scheme toggle (#120) · thinkverse/paste.laravel.io@7bcb9db · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7bcb9db

Browse files
authored
Fix color-scheme toggle (laravelio#120)
1 parent 71097f0 commit 7bcb9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class="darkModeToggle bg-gray-300 dark:bg-gray-500 relative inline-flex shrink-0
4747
<x-heroicon-s-sun class="h-3 w-3 text-gray-400" />
4848
</span>
4949

50-
<span class="hidden dark:flex opacity-0 ease-out duration-100 dark:opacity-0 dark:ease-out dark:duration-100 absolute inset-0 h-full w-full items-center justify-center transition-opacity opacity-100 ease-in duration-200 " aria-hidden="true">
50+
<span class="hidden dark:flex opacity-0 ease-out duration-100 dark:opacity-100 dark:ease-in dark:duration-200 absolute inset-0 h-full w-full items-center justify-center transition-opacity" aria-hidden="true">
5151
<x-heroicon-s-moon class="h-3 w-3 text-gray-600" />
5252
</span>
5353
</span>

0 commit comments

Comments
 (0)
0