fix sidebar and table data link in dark mode color (#1259)

* fix sidebar and table data link in dark mode color

* add dark mode toggle in installation step
This commit is contained in:
Yash Kanakiya
2023-08-22 11:18:02 +05:30
committed by GitHub
parent f4bc78ce98
commit 45aaee72d8
17 changed files with 24 additions and 21 deletions

View File

@ -93,7 +93,7 @@
:name="item.icon"
:class="[
hasActiveUrl(item.link)
? 'text-primary-500 '
? 'text-primary-500 dark:text-primary-400'
: 'text-gray-400',
'mr-4 shrink-0 h-5 w-5',
]"
@ -149,7 +149,7 @@
:name="item.icon"
:class="[
hasActiveUrl(item.link)
? 'text-primary-500 group-hover:text-primary-500 dark:text-primary-400 dark:group-hover:text-primary-500 '
? 'text-primary-500 dark:text-primary-400'
: 'text-gray-400 group-hover:text-black dark:text-gray-400 dark:group-hover:text-white',
'mr-4 shrink-0 h-5 w-5 ',
]"