fix: primaryColor覆盖问题

This commit is contained in:
jackycheng
2025-05-06 14:25:58 +08:00
parent f3fbbcc4ab
commit ea43542878

View File

@@ -39,8 +39,8 @@ const AppInternal: React.FC<{ router: Router }> = (props) => {
cssVar: appTheme.cssVar ?? true,
token: primaryColor
? {
colorPrimary: primaryColor,
...appTheme.token,
colorPrimary: primaryColor,
}
: appTheme.token,
};