Skip to content

Commit

Permalink
style: css changes [2025-01-18]
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Jan 18, 2025
1 parent bc4c2e0 commit c1517a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridwalk-ui/src/app/workspace/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LogoutButton = () => {
return (
<Button
variant="ghost"
className="w-full justify-start text-red-500 hover:text-white hover:bg-red-50 dark:hover:bg-red-950"
className="w-full justify-start text-blue-500 hover:text-white hover:bg-blue-500 dark:hover:bg-blue-500"
onClick={handleLogout}
>
<LogOut className="mr-2 h-4 w-4" />
Expand Down

0 comments on commit c1517a7

Please sign in to comment.