From c8297b16551236cc6506960142ce01c05b1c82f3 Mon Sep 17 00:00:00 2001 From: James Byun Date: Mon, 15 Apr 2024 14:16:15 -0700 Subject: [PATCH] updated variables for contrast requirements --- src/frontend/src/Components/cameras/CameraCard.scss | 4 ++-- src/frontend/src/styles/variables.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/Components/cameras/CameraCard.scss b/src/frontend/src/Components/cameras/CameraCard.scss index df8ee52c9..96af5a009 100644 --- a/src/frontend/src/Components/cameras/CameraCard.scss +++ b/src/frontend/src/Components/cameras/CameraCard.scss @@ -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; } } } diff --git a/src/frontend/src/styles/variables.scss b/src/frontend/src/styles/variables.scss index 9e4d6180f..1d048ff72 100644 --- a/src/frontend/src/styles/variables.scss +++ b/src/frontend/src/styles/variables.scss @@ -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;