Skip to content

Commit

Permalink
updated variables for contrast requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyun authored and minORC committed Apr 16, 2024
1 parent 3c7181e commit c8297b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/Components/cameras/CameraCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@

&.delayed {
.card-banner, .card-pill {
background-color: #FDDC8C;
background-color: $Surface-status-yellow;

p, svg {
color: #866619;
color: $BC-Yellow-Dark;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $Black: #000000;
//custom colours for DriveBC
$HwyCrest: #1E53A7;
$Surface-status-grey: #D2D0CE; //same as $Grey50
$Surface-status-red: #F7E1E3;
$Surface-status-red: #FEF2F7;
$Surface-status-yellow: #FDDC8C;
$Surface-tinted: #FBFDFF;
$Surface-tint-yellow: #FEF2D6;
Expand Down

0 comments on commit c8297b1

Please sign in to comment.