소스 검색

style: element-plus theme info adaptation (#4082)

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
Zhao-sj 1 년 전
부모
커밋
5962804f92
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/effects/hooks/src/use-design-tokens.ts

+ 3 - 0
packages/effects/hooks/src/use-design-tokens.ts

@@ -187,6 +187,9 @@ export function useElementPlusDesignTokens() {
         '--el-color-error-light-8': border,
         '--el-color-error-light-9': background,
 
+        '--el-color-info-light-8': border,
+        '--el-color-info-light-9': background,
+
         '--el-color-primary': getCssVariableValue('--primary'),
         '--el-color-primary-light-3': getCssVariableValue('--primary-600'),