New "inverted" Background Colors (#6354)

- Added 2 new Inverted background colors as requested under issue#4726

Co-authored-by: Marie Stoppa <marie.stoppa@essec.edu>
This commit is contained in:
Priyank Sevak 2024-07-22 06:03:23 -04:00 committed by GitHub
parent d8cadad0fa
commit 33fc4ff907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ export const BACKGROUND_DARK = {
secondary: GRAY_SCALE.gray80,
tertiary: GRAY_SCALE.gray75,
quaternary: GRAY_SCALE.gray70,
invertedPrimary: GRAY_SCALE.gray20,
invertedSecondary: GRAY_SCALE.gray35,
danger: COLOR.red80,
transparent: {
primary: RGBA(GRAY_SCALE.gray85, 0.5),

View File

@ -11,6 +11,8 @@ export const BACKGROUND_LIGHT = {
secondary: GRAY_SCALE.gray10,
tertiary: GRAY_SCALE.gray15,
quaternary: GRAY_SCALE.gray20,
invertedPrimary: GRAY_SCALE.gray60,
invertedSecondary: GRAY_SCALE.gray50,
danger: COLOR.red10,
transparent: {
primary: RGBA(GRAY_SCALE.gray0, 0.5),