diff --git a/web-app/src/components/ui/button.tsx b/web-app/src/components/ui/button.tsx index 2c755ed91..96d3e5691 100644 --- a/web-app/src/components/ui/button.tsx +++ b/web-app/src/components/ui/button.tsx @@ -17,7 +17,7 @@ const buttonVariants = cva( secondary: "bg-secondary rounded-full text-secondary-foreground hover:bg-secondary/80", ghost: - "hover:bg-accent rounded-full hover:text-accent-foreground dark:hover:bg-accent/50", + "hover:bg-foreground/10 rounded-full hover:text-accent-foreground", link: "text-primary underline-offset-4 hover:underline", }, size: { diff --git a/web-app/src/containers/SettingsMenu.tsx b/web-app/src/containers/SettingsMenu.tsx index 3dd5a045e..39a0303fa 100644 --- a/web-app/src/containers/SettingsMenu.tsx +++ b/web-app/src/containers/SettingsMenu.tsx @@ -168,7 +168,7 @@ const SettingsMenu = () => { matching the sidebar's selected treatment. */}