Skip to content

Commit 40759d1

Browse files
committed
feat(frontend): use original brand colors for primary theme color
1 parent 37f64b0 commit 40759d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/ui/src/theme/ThemeProvider.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ type ThemeProviderProps = MantineProviderProps;
66
export const theme: MantineThemeOverride = {
77
// based on https://www.cd.uzh.ch/dam/jcr:ceea0afd-0f51-442c-b4ca-c49bb6bd1220/uzh-corporate-colors-rgb.pdf
88
colors: {
9-
// https://mantine.dev/colors-generator/?color=0028A5
10-
uzhBlue: ["#ebf0ff", "#d2dbfa", "#a0b4f7", "#6c8af6", "#4367f6", "#2e51f6", "#2446f7", "#1a38dd", "#1232c5", "#002aad"],
9+
uzhBlue: ["#BACBFF", "#7596FF", "#3062FF", "#3062FF", "#0028A5", "#0028A5", "#0028A5", "#001E7C", "#001452", "#001452"],
1110
// https://mantine.dev/colors-generator/?color=4AC9E3
1211
uzhCyan: ["#e0fdff", "#cff4fc", "#a5e6f3", "#76d7eb", "#51cbe4", "#37c3e0", "#21c0df", "#01a9c6", "#0096b2", "#00839d"],
1312
// https://mantine.dev/colors-generator/?color=A5D233

0 commit comments

Comments
 (0)