diff options
author | crupest <crupest@outlook.com> | 2023-08-26 16:28:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-26 16:28:39 +0800 |
commit | 1f90dd29a2e1a11cf16857513f14bce3df68c1e1 (patch) | |
tree | 4f044ae6ebf37014f33c37c5fee8bf9d37b4f3c7 /FrontEnd/src/pages/setting/index.tsx | |
parent | 5284f38c002e5bf88e308e208456d41d4126b30e (diff) | |
download | timeline-1f90dd29a2e1a11cf16857513f14bce3df68c1e1.tar.gz timeline-1f90dd29a2e1a11cf16857513f14bce3df68c1e1.tar.bz2 timeline-1f90dd29a2e1a11cf16857513f14bce3df68c1e1.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/setting/index.tsx')
-rw-r--r-- | FrontEnd/src/pages/setting/index.tsx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/FrontEnd/src/pages/setting/index.tsx b/FrontEnd/src/pages/setting/index.tsx index 4e0bf27e..50967a3c 100644 --- a/FrontEnd/src/pages/setting/index.tsx +++ b/FrontEnd/src/pages/setting/index.tsx @@ -247,9 +247,9 @@ export default function SettingPage() { ]); return ( - <Page className="cru-primary" noTopPadding> + <Page noTopPadding> {user ? ( - <SettingSection title="settings.subheader.account" color="secondary"> + <SettingSection title="settings.subheader.account"> <RegisterCodeSettingItem /> <ButtonSettingItem title="settings.changeAvatar" @@ -271,10 +271,7 @@ export default function SettingPage() { /> </SettingSection> ) : null} - <SettingSection - title="settings.subheader.customization" - color="secondary" - > + <SettingSection title="settings.subheader.customization"> <LanguageChangeSettingItem /> </SettingSection> <ChangePasswordDialog {...dialogPropsMap["change-password"]} /> |