diff --git a/src/@fuse/tailwind/plugins/theming.js b/src/@fuse/tailwind/plugins/theming.js index 04876b67..244b5acf 100644 --- a/src/@fuse/tailwind/plugins/theming.js +++ b/src/@fuse/tailwind/plugins/theming.js @@ -102,7 +102,7 @@ const theming = plugin.withOptions((options) => ({ // @ Map variable colors // ----------------------------------------------------------------------------------------------------- const mapVariableColors = _.fromPairs(_.map(options.themes, (theme, themeName) => [ - themeName === 'default' ? '.theme-default' : `.theme-${e(themeName)}`, + themeName === 'default' ? 'body, .theme-default' : `.theme-${e(themeName)}`, _.fromPairs(_.flatten(_.map(flattenColorPalette(_.fromPairs(_.flatten(_.map(normalizeTheme(theme), (palette, paletteName) => [ [ e(paletteName),