Skip to content

Commit

Permalink
Update BackgroundDark.ts (#8883)
Browse files Browse the repository at this point in the history
Fixes #8877

Improved Contrast for better modal visibility

### After
![CleanShot 2024-12-05 at 09 39
59](https://github.com/user-attachments/assets/1a8723d3-fe2b-488f-9e45-7f396af0cbb4)

### Before
![CleanShot 2024-12-05 at 09 39
05](https://github.com/user-attachments/assets/b2882e37-265b-42db-8bed-d32e756cc737)
  • Loading branch information
Bonapara authored Dec 5, 2024
1 parent 36e4357 commit b686e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/twenty-ui/src/theme/constants/BackgroundDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b686e0b

Please sign in to comment.