Skip to content

Commit 3cb41f9

Browse files
style: update Sign Out button styles for improved accessibility and consistency
1 parent b6b0ddf commit 3cb41f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const Header = () => {
247247
handleSignOut();
248248
setIsMobileMenuOpen(false);
249249
}}
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"
250+
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"
251251
>
252252
Sign Out
253253
</button>

0 commit comments

Comments
 (0)