File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const AppHeader = () => {
70
70
className = "block sm:hidden ml-0 bg-primary-light dark:bg-ternary-dark p-3 shadow-sm rounded-xl cursor-pointer"
71
71
>
72
72
{ activeTheme === 'dark' ? (
73
- < FiMoon className = "text-liText-ternary-dark hover:text-gray-400 dark:text-liText-ternary-light dark:hover:text-liBorder- primary-light text-xl" />
73
+ < FiMoon className = "text-liText-ternary-dark hover:text-gray-400 dark:text-liText-ternary-light dark:hover:text-primary-light text-xl" />
74
74
) : (
75
75
< FiSun className = "text-gray-200 hover:text-gray-50 text-xl" />
76
76
) }
@@ -183,7 +183,7 @@ const AppHeader = () => {
183
183
className = "ml-8 bg-primary-light dark:bg-ternary-dark p-3 shadow-sm rounded-xl cursor-pointer"
184
184
>
185
185
{ activeTheme === 'dark' ? (
186
- < FiMoon className = "text-liText-ternary-dark hover:text-gray-400 dark:text-liText-ternary-light dark:hover:text-liBorder- primary-light text-xl" />
186
+ < FiMoon className = "text-liText-ternary-dark hover:text-gray-400 dark:text-liText-ternary-light dark:hover:text-primary-light text-xl" />
187
187
) : (
188
188
< FiSun className = "text-gray-200 hover:text-gray-50 text-xl" />
189
189
) }
You can’t perform that action at this time.
0 commit comments