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:
@ -11,6 +11,8 @@ export const BACKGROUND_DARK = {
|
|||||||
secondary: GRAY_SCALE.gray80,
|
secondary: GRAY_SCALE.gray80,
|
||||||
tertiary: GRAY_SCALE.gray75,
|
tertiary: GRAY_SCALE.gray75,
|
||||||
quaternary: GRAY_SCALE.gray70,
|
quaternary: GRAY_SCALE.gray70,
|
||||||
|
invertedPrimary: GRAY_SCALE.gray20,
|
||||||
|
invertedSecondary: GRAY_SCALE.gray35,
|
||||||
danger: COLOR.red80,
|
danger: COLOR.red80,
|
||||||
transparent: {
|
transparent: {
|
||||||
primary: RGBA(GRAY_SCALE.gray85, 0.5),
|
primary: RGBA(GRAY_SCALE.gray85, 0.5),
|
||||||
|
|||||||
@ -11,6 +11,8 @@ export const BACKGROUND_LIGHT = {
|
|||||||
secondary: GRAY_SCALE.gray10,
|
secondary: GRAY_SCALE.gray10,
|
||||||
tertiary: GRAY_SCALE.gray15,
|
tertiary: GRAY_SCALE.gray15,
|
||||||
quaternary: GRAY_SCALE.gray20,
|
quaternary: GRAY_SCALE.gray20,
|
||||||
|
invertedPrimary: GRAY_SCALE.gray60,
|
||||||
|
invertedSecondary: GRAY_SCALE.gray50,
|
||||||
danger: COLOR.red10,
|
danger: COLOR.red10,
|
||||||
transparent: {
|
transparent: {
|
||||||
primary: RGBA(GRAY_SCALE.gray0, 0.5),
|
primary: RGBA(GRAY_SCALE.gray0, 0.5),
|
||||||
|
|||||||
Reference in New Issue
Block a user