fix: stripe table style for element plus, fixed: #4501 (#4503)

This commit is contained in:
Netfan
2024-09-25 17:33:24 +08:00
committed by GitHub
parent bb6057cac3
commit 476aa068d7
5 changed files with 19 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ export function useElementPlusDesignTokens() {
'--el-fill-color': getCssVariableValue('--accent'),
'--el-fill-color-blank': background,
'--el-fill-color-light': getCssVariableValue('--accent'),
'--el-fill-color-lighter': getCssVariableValue('--accent-lighter'),
'--el-text-color-primary': getCssVariableValue('--foreground'),
'--el-text-color-regular': getCssVariableValue('--foreground'),