Update BackgroundDark.ts (#8883)
Fixes #8877 Improved Contrast for better modal visibility ### After  ### Before 
This commit is contained in:
committed by
GitHub
parent
36e4357bb1
commit
b686e0b2e6
@ -24,9 +24,9 @@ export const BACKGROUND_DARK = {
|
||||
danger: RGBA(COLOR.red, 0.08),
|
||||
blue: RGBA(COLOR.blue, 0.2),
|
||||
},
|
||||
overlayPrimary: RGBA(GRAY_SCALE.gray80, 0.8),
|
||||
overlaySecondary: RGBA(GRAY_SCALE.gray80, 0.4),
|
||||
overlayTertiary: RGBA(GRAY_SCALE.gray80, 0.4),
|
||||
overlayPrimary: RGBA(GRAY_SCALE.gray100, 0.8),
|
||||
overlaySecondary: RGBA(GRAY_SCALE.gray100, 0.6),
|
||||
overlayTertiary: RGBA(GRAY_SCALE.gray100, 0.4),
|
||||
radialGradient: `radial-gradient(50% 62.62% at 50% 0%, #505050 0%, ${GRAY_SCALE.gray60} 100%)`,
|
||||
radialGradientHover: `radial-gradient(76.32% 95.59% at 50% 0%, #505050 0%, ${GRAY_SCALE.gray60} 100%)`,
|
||||
primaryInverted: GRAY_SCALE.gray20,
|
||||
|
||||
Reference in New Issue
Block a user