diff --git a/apps/desktop/src/components/SettingsView.tsx b/apps/desktop/src/components/SettingsView.tsx
index cd3d65f..f29dcb9 100644
--- a/apps/desktop/src/components/SettingsView.tsx
+++ b/apps/desktop/src/components/SettingsView.tsx
@@ -196,13 +196,13 @@ export default function SettingsView() {
type="button"
data-active={active}
onClick={() => settings.setActiveSettingsTab(type)}
- className={`settings-tab-button flex min-w-0 flex-1 flex-col items-center justify-center rounded-lg px-1 py-2 text-center cursor-default transition-colors ${
+ className={`settings-tab-button flex min-w-0 flex-1 flex-col items-center justify-center px-1 text-center cursor-default ${
active
- ? 'text-text-primary'
- : 'text-text-secondary hover:bg-item-hover hover:text-text-primary'
+ ? 'text-white'
+ : 'text-text-primary hover:bg-item-hover'
}`}
>
-