Skip to content

Commit 1a759f4

Browse files
committed
change styles input trainer y student header component
1 parent 760989e commit 1a759f4

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

front/src/pods/trainer/components/header.styles.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,12 @@ export const icon = css`
6767
font-size: 1.875rem;
6868
`;
6969

70-
export const studentBackgroundColor = css`
71-
background-color: #EB5353;
72-
color: white;
70+
export const trainerBackgroundColor = css`
71+
background-color: #F0A0A0;
7372
`;
7473

75-
export const trainerBackgroundColor = css`
76-
background-color: #006E60;
77-
color: white;
74+
export const studentBackgroundColor = css`
75+
background-color: #62A39B;
7876
`;
7977

8078
export const button = css`

0 commit comments

Comments
 (0)