Quellcode durchsuchen

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

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
Zhao-sj vor 1 Jahr
Ursprung
Commit
5962804f92
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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'),