diff --git a/src/App.vue b/src/App.vue index 1b0cee8..ec351c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,6 +4,11 @@ :inline-theme-disabled="configProviderProps.inlineThemeDisabled" :locale="configProviderProps.locale" :style="{ + '--box-shadow-1': themeVars.boxShadow1, + '--box-shadow-2': themeVars.boxShadow2, + '--box-shadow-3': themeVars.boxShadow3, + '--color-action': themeVars.actionColor, + '--color-border': themeVars.borderColor, '--color-error': themeCommon.errorColor, '--color-info': themeCommon.infoColor, '--color-primary': themeCommon.primaryColor, @@ -30,6 +35,7 @@