Skip to content

Commit

Permalink
fix: 自定义classname没有生效
Browse files Browse the repository at this point in the history
  • Loading branch information
yatessss committed May 18, 2023
1 parent eb4a9ff commit 09bb660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class Theme {
mergeResult.classnames = {
...originTheme.classnames,
...lightClassNames(mergeResult as ThemeTokensType, commonClassNames(mergeResult as CommonTokensType)),
...customTheme.classnames,
};

return mergeResult as ThemeType;
Expand Down

0 comments on commit 09bb660

Please sign in to comment.