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 b6b0ddf commit 3cb41f9Copy full SHA for 3cb41f9
components/Header.tsx
@@ -247,7 +247,7 @@ const Header = () => {
247
handleSignOut();
248
setIsMobileMenuOpen(false);
249
}}
250
- className="w-full bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200"
+ className="w-full text-gray-500 dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-700 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200"
251
>
252
Sign Out
253
</button>
0 commit comments