From 1cc843bd7dbfb94120a749ab79fd6bf39e8e9155 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 20 Sep 2021 14:45:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=85=8D=E8=89=B2=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/modals/SettingsView/System.tsx | 32 +++++++++---------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/web/src/components/modals/SettingsView/System.tsx b/web/src/components/modals/SettingsView/System.tsx index cb595200..50ecfb6a 100644 --- a/web/src/components/modals/SettingsView/System.tsx +++ b/web/src/components/modals/SettingsView/System.tsx @@ -34,23 +34,21 @@ export const SettingsSystem: React.FC = React.memo(() => { } /> - - - {t('暗黑模式')} - {t('亮色模式')} - {t('自动')} - - } - /> - + + {t('暗黑模式')} + {t('亮色模式')} + {t('自动')} + + } + /> ); });