diff options
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 && ( |
