fix: info颜色问题 https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAIR1X
This commit is contained in:
@@ -36,6 +36,8 @@ export function useAntdDesignTokens() {
|
||||
() => {
|
||||
tokens.colorPrimary = getCssVariableValue('--primary');
|
||||
|
||||
tokens.colorInfo = getCssVariableValue('--primary');
|
||||
|
||||
tokens.colorError = getCssVariableValue('--destructive');
|
||||
|
||||
tokens.colorWarning = getCssVariableValue('--warning');
|
||||
|
Reference in New Issue
Block a user