From 5962804f92b5795b03826c1e6ab5d4582d339c22 Mon Sep 17 00:00:00 2001 From: Zhao-sj <75316960+Zhao-sj@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:39:57 +0800 Subject: [PATCH] style: element-plus theme info adaptation (#4082) Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com> --- packages/effects/hooks/src/use-design-tokens.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/effects/hooks/src/use-design-tokens.ts b/packages/effects/hooks/src/use-design-tokens.ts index bf5f1f8d..5f1141ef 100644 --- a/packages/effects/hooks/src/use-design-tokens.ts +++ b/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'),