This commit is contained in:
dap
2024-08-09 14:00:07 +08:00
parent 6ef9dba129
commit 3648854909
3 changed files with 4 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ export function useAntdDesignTokens() {
() => {
tokens.colorPrimary = getCssVariableValue('--primary');
tokens.colorInfo = getCssVariableValue('--primary');
tokens.colorError = getCssVariableValue('--destructive');
tokens.colorWarning = getCssVariableValue('--warning');