Skip to content

Commit

Permalink
update background to Canvas and color to CanvasText
Browse files Browse the repository at this point in the history
  • Loading branch information
khamudom committed Aug 11, 2021
1 parent e260020 commit 84e392b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-components/src/design-system-provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ const backgroundStyles = css`
forcedColorsStylesheetBehavior(
css`
:host {
background-color: ${SystemColors.ButtonFace};
background-color: ${SystemColors.Canvas};
box-shadow: 0 0 0 1px ${SystemColors.CanvasText};
color: ${SystemColors.ButtonText};
color: ${SystemColors.CanvasText};
}
`,
),
Expand Down

0 comments on commit 84e392b

Please sign in to comment.