diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 16:51:20 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 16:51:20 -0800 |
| commit | be90d1668e1e87e2848952d05dec20db603f667b (patch) | |
| tree | fe2b2518aeb46af70707cccefb71a6e97f76b1fe /frontend/src/components/Settings.tsx | |
| parent | 5e5ef542bd7166251db961555ca6710f0e889c25 (diff) | |
| download | neko-be90d1668e1e87e2848952d05dec20db603f667b.tar.gz neko-be90d1668e1e87e2848952d05dec20db603f667b.tar.bz2 neko-be90d1668e1e87e2848952d05dec20db603f667b.zip | |
style: update Settings page to match glass sidebar aesthetic
Diffstat (limited to 'frontend/src/components/Settings.tsx')
| -rw-r--r-- | frontend/src/components/Settings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Settings.tsx b/frontend/src/components/Settings.tsx index 80e3068..c174c32 100644 --- a/frontend/src/components/Settings.tsx +++ b/frontend/src/components/Settings.tsx @@ -111,7 +111,7 @@ export default function Settings({ fontTheme, setFontTheme }: SettingsProps) { }; return ( - <div className="settings-page"> + <div className="settings-page variant-glass"> <h2>Settings</h2> {setFontTheme && ( |
