chore: add colorInfo in SeedToken (#4096)

resolve #4095
This commit is contained in:
invalid w 2024-08-09 14:01:34 +08:00 committed by GitHub
parent f1e0278bd8
commit 9487156938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 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');