Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny committed Feb 12, 2024
1 parent 747b828 commit fd6b8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const radixColorThemePlugin = plugin(
};

for (const [themeName, themeOptions] of Object.entries(options)) {
const themeSelector = themeName === "DEFAULT" ? ":root *" : `.is-product-${themeName}`;
const themeSelector = themeName === "DEFAULT" ? "*" : `.is-product-${themeName}`;

rootVariables[themeSelector] = {
colors: {},
Expand Down

0 comments on commit fd6b8ad

Please sign in to comment.