chore: 更新主题样式和 CSS 变量

This commit is contained in:
2024-08-31 14:07:33 +08:00
parent 0518905615
commit 97e7f6201a
2 changed files with 16 additions and 10 deletions

View File

@@ -13,14 +13,21 @@ export const configProviderProps = {
// 调整主题变量
themeOverrides: {
common: {
primaryColor: '#0894FA',
primaryColorHover: '#6BB2FF',
primaryColorPressed: '#007AD3',
primaryColorSuppl: '#6BB2FF',
errorColor: '#E34D59',
errorColorHover: '#F36D78',
errorColorPressed: '#C9353F',
errorColorSuppl: '#F36D78',
fontFamily: '"HarmonyOS Sans SC", sans-serif',
fontFamilyMono: '"Sarasa Mono", "Sarasa Mono SC", monospace',
infoColor: '#0052D9',
infoColorHover: '#366EF4',
infoColorPressed: '#003CAB',
infoColorSuppl: '#366EF4',
lineHeight: 1.6,
primaryColor: '#0894FA',
primaryColorHover: '#6BB2FF',
primaryColorPressed: '#007AD3',
primaryColorSuppl: '#6BB2FF',
successColor: '#00A870',
successColorHover: '#48C79C',
successColorPressed: '#078D5C',
@@ -29,10 +36,6 @@ export const configProviderProps = {
warningColorHover: '#F2995F',
warningColorPressed: '#D35A21',
warningColorSuppl: '#F2995F',
errorColor: '#E34D59',
errorColorHover: '#F36D78',
errorColorPressed: '#C9353F',
errorColorSuppl: '#F36D78',
},
},