Skip to content

Commit

Permalink
chore: add colorInfo in SeedToken (#4096)
Browse files Browse the repository at this point in the history
resolve #4095
  • Loading branch information
wangjue666 authored Aug 9, 2024
1 parent f1e0278 commit 9487156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/effects/hooks/src/use-design-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export function useAntdDesignTokens() {
() => {
tokens.colorPrimary = getCssVariableValue('--primary');

tokens.colorInfo = getCssVariableValue('--primary');

tokens.colorError = getCssVariableValue('--destructive');

tokens.colorWarning = getCssVariableValue('--warning');
Expand Down

0 comments on commit 9487156

Please sign in to comment.