diff --git a/web/src/components/navigation/NavItem.tsx b/web/src/components/navigation/NavItem.tsx index 6b8295be9..acda54ebe 100644 --- a/web/src/components/navigation/NavItem.tsx +++ b/web/src/components/navigation/NavItem.tsx @@ -11,8 +11,8 @@ import { IconType } from "react-icons"; const variants = { primary: { - active: "font-bold text-white bg-selected", - inactive: "text-secondary-foreground bg-secondary", + active: "font-bold text-white bg-selected hover:bg-selected/80", + inactive: "text-secondary-foreground bg-secondary hover:bg-muted", }, secondary: { active: "font-bold text-selected", diff --git a/web/src/components/navigation/Sidebar.tsx b/web/src/components/navigation/Sidebar.tsx index 505ebe047..e4b4d9c81 100644 --- a/web/src/components/navigation/Sidebar.tsx +++ b/web/src/components/navigation/Sidebar.tsx @@ -32,7 +32,7 @@ function Sidebar() { ); })} -
Account
diff --git a/web/src/components/settings/GeneralSettings.tsx b/web/src/components/settings/GeneralSettings.tsx index 3ffcc540d..bc45f650f 100644 --- a/web/src/components/settings/GeneralSettings.tsx +++ b/web/src/components/settings/GeneralSettings.tsx @@ -118,9 +118,11 @@ export default function GeneralSettings({ className }: GeneralSettings) {Settings