We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760989e commit 1a759f4Copy full SHA for 1a759f4
1 file changed
front/src/pods/trainer/components/header.styles.ts
@@ -67,14 +67,12 @@ export const icon = css`
67
font-size: 1.875rem;
68
`;
69
70
-export const studentBackgroundColor = css`
71
- background-color: #EB5353;
72
- color: white;
+export const trainerBackgroundColor = css`
+ background-color: #F0A0A0;
73
74
75
-export const trainerBackgroundColor = css`
76
- background-color: #006E60;
77
+export const studentBackgroundColor = css`
+ background-color: #62A39B;
78
79
80
export const button = css`
0 commit comments