style: login page dark style

This commit is contained in:
jialin
2025-05-06 17:42:14 +08:00
parent 56e8e84eaf
commit efd2088745
5 changed files with 9 additions and 27 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export default function useChartConfig() {
tickLineColor: token.colorSplit,
axislabelColor: token.colorTextTertiary,
gaugeBgColor: token.colorFillSecondary,
gaugeSplitLineColor: isDarkTheme ? '#ccc' : 'rgba(255, 255, 255, 1)',
gaugeSplitLineColor: isDarkTheme ? '#999' : 'rgba(255, 255, 255, 1)',
colorBgContainerHover: isDarkTheme ? '#424242' : '#fff'
};
}, [userSettings.theme, isDarkTheme]);