invalid w
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
packages/effects/hooks/src/use-design-tokens.ts
|
|
|
@ -36,6 +36,8 @@ export function useAntdDesignTokens() { |
|
|
|
() => { |
|
|
|
tokens.colorPrimary = getCssVariableValue('--primary'); |
|
|
|
|
|
|
|
tokens.colorInfo = getCssVariableValue('--primary'); |
|
|
|
|
|
|
|
tokens.colorError = getCssVariableValue('--destructive'); |
|
|
|
|
|
|
|
tokens.colorWarning = getCssVariableValue('--warning'); |
|
|
|
|