chore: 调整 Naive UI 主题变量
This commit is contained in:
@@ -10,4 +10,30 @@ export const configProviderProps = {
|
||||
// 禁用 inline 主题
|
||||
inlineThemeDisabled: true,
|
||||
|
||||
// 调整主题变量
|
||||
themeOverrides: {
|
||||
common: {
|
||||
primaryColor: '#0894FA',
|
||||
primaryColorHover: '#6BB2FF',
|
||||
primaryColorPressed: '#007AD3',
|
||||
primaryColorSuppl: '#6BB2FF',
|
||||
infoColor: '#0052D9',
|
||||
infoColorHover: '#366EF4',
|
||||
infoColorPressed: '#003CAB',
|
||||
infoColorSuppl: '#366EF4',
|
||||
successColor: '#00A870',
|
||||
successColorHover: '#48C79C',
|
||||
successColorPressed: '#078D5C',
|
||||
successColorSuppl: '#48C79C',
|
||||
warningColor: '#ED7B2F',
|
||||
warningColorHover: '#F2995F',
|
||||
warningColorPressed: '#D35A21',
|
||||
warningColorSuppl: '#F2995F',
|
||||
errorColor: '#E34D59',
|
||||
errorColorHover: '#F36D78',
|
||||
errorColorPressed: '#C9353F',
|
||||
errorColorSuppl: '#F36D78',
|
||||
},
|
||||
},
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user