Skip to content

Commit

Permalink
Adjust teacher and student post colours
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelWiebe committed Jan 26, 2024
1 parent 1017515 commit 25b3251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export enum SocketEvent {
TRACING_DISABLED = 'TRACING_DISABLED',
}

export const STUDENT_POST_COLOR = '#FFE678';
export const TEACHER_POST_COLOR = '#28C8FF';
export const STUDENT_POST_COLOR = '#FFF7C0';
export const TEACHER_POST_COLOR = '#BBC4F7';

export const POST_DEFAULT_OPACITY = 1;
export const POST_DEFAULT_BORDER = 'black';
Expand Down

0 comments on commit 25b3251

Please sign in to comment.