From 63160fe537d544457bf8dbce1f09884c1ea16c02 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:13:39 +0300 Subject: [PATCH] Update colors.ts --- rsconcept/frontend/src/styling/colors.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsconcept/frontend/src/styling/colors.ts b/rsconcept/frontend/src/styling/colors.ts index d04924e1..afc3df42 100644 --- a/rsconcept/frontend/src/styling/colors.ts +++ b/rsconcept/frontend/src/styling/colors.ts @@ -5,6 +5,8 @@ /** Semantic colors for application. */ // prettier-ignore export const APP_COLORS = { + bgDefaultLight: '#fafafa', + bgDefaultDark: '#171717', bgDefault: 'var(--clr-prim-100)', bgInput: 'var(--clr-prim-0)', bgControls: 'var(--clr-prim-200)',