Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Sep 10, 2024
2 parents ad19cd5 + 9ec103a commit 8979e92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ui/src/theme/roots/palette/entity/default-palette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ export const groupedPalette = {
[Color.BackgroundActive]: 'rgba(243, 247, 250, 1)', // #F3F7FA
[Color.BackgroundBaseLight]: 'rgba(235, 239, 252, 1)', // #EBEFFC
[Color.BackgroundBaseMedium]: 'rgba(227, 231, 251, 1)', // #E3E7FB
[Color.BackgroundPrimary]: 'rgba(248, 250, 251, 1)', // #f8fafb
[Color.BackgroundPrimaryLight]: 'rgba(243, 245, 247, 1)', // ##F3F5F7
[Color.BackgroundPrimary]: 'rgba(243, 245, 247, 1)', // #F3F5F7
// Todo: deprecate this key
// Not used instead use the BackgroundPrimary
[Color.BackgroundPrimaryLight]: 'rgba(243, 245, 247, 1)', // #F3F5F7
[Color.BackgroundPrimaryHover]: 'rgba(239, 243, 246, 1)', // #eff3f6
[Color.BackgroundPrimaryActive]: 'rgba(93, 109, 126, 1)', // #5d6d7e
[Color.BackgroundPrimary_0_5_Opacity]: 'rgba(255, 255, 255, 0.500)',
Expand Down

0 comments on commit 8979e92

Please sign in to comment.