Dark sidebar header (#1156)

* add dark mode in sidebar and header

* add dark theme in blade file
This commit is contained in:
Yash Kanakiya
2023-03-20 15:50:27 +05:30
committed by GitHub
parent 98196194e2
commit 15f3f566e3
6 changed files with 167 additions and 38 deletions

View File

@ -15,6 +15,13 @@
bg-gradient-to-r
from-primary-500
to-primary-400
dark:from-gray-700/70 dark:to-gray-800/70
bg-primary-500
dark:bg-transparent
dark:backdrop-blur-xl
dark:shadow-glass
dark:border
dark:border-white/10
"
>
<router-link
@ -53,6 +60,7 @@
cursor-pointer
md:hidden md:ml-0
hover:bg-gray-100
dark:bg-gray-800 dark:border-gray-500 dark:border
"
@click.prevent="onToggle"
>