Skip to content

Commit cc02acd

Browse files
committed
chore: change primary color to match with new branding
1 parent c93f72c commit cc02acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ui/src/theme/ThemeProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const theme: MantineThemeOverride = {
3434
uzhBlack: convertUZHColorsToMantine(uzhColors.uzhBlack),
3535
uzhWhite: convertUZHColorsToMantine(uzhColors.uzhWhite),
3636
},
37-
primaryColor: "uzhBlue",
37+
primaryColor: "uzhGold",
3838
};
3939

4040
export function ThemeProvider({ children, ...args }: ThemeProviderProps) {

0 commit comments

Comments
 (0)