We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93f72c commit cc02acdCopy full SHA for cc02acd
libs/ui/src/theme/ThemeProvider.tsx
@@ -34,7 +34,7 @@ export const theme: MantineThemeOverride = {
34
uzhBlack: convertUZHColorsToMantine(uzhColors.uzhBlack),
35
uzhWhite: convertUZHColorsToMantine(uzhColors.uzhWhite),
36
},
37
- primaryColor: "uzhBlue",
+ primaryColor: "uzhGold",
38
};
39
40
export function ThemeProvider({ children, ...args }: ThemeProviderProps) {
0 commit comments