Skip to content

Commit

Permalink
fix(code): added missing background-color for text
Browse files Browse the repository at this point in the history
  • Loading branch information
manoncarbonnel authored and dpellier committed Sep 25, 2023
1 parent 894ddd7 commit b0d3d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/theming/color/ods-palette-definitions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ $ods-palette-definitions: (
'100-contrasted': var(--ods-color-gray-blue-100-contrasted),
'500': var(--ods-color-gray-blue-500),
'500-contrasted': var(--ods-color-gray-blue-500-contrasted),
'900': var(--ods-color-gray-blue-900),
'900-contrasted': var(--ods-color-gray-blue-900-contrasted),
),

'red': (
Expand Down

0 comments on commit b0d3d27

Please sign in to comment.