Skip to content

Commit 26fe8b0

Browse files
authored
Update dark theme body background and body background medium color (#748)
* Update dark theme body background and body background medium color * Add changeset
1 parent e15d8d0 commit 26fe8b0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/orange-jeans-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@microsoft/atlas-css': minor
3+
---
4+
5+
Update body background and body background medium color to a Fluent color.

css/src/tokens/themes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ $themes: (
132132
'box-shadow-extra-heavy': $palette-black-opacity-22,
133133
'overlay': $palette-black-opacity-70,
134134
'overlay-invert': $palette-white,
135-
'body-background': $palette-grey-120-deprecated,
135+
'body-background': $palette-grey-270,
136136
'body-background-accent': $palette-blue-black,
137-
'body-background-medium': $palette-grey-110-deprecated,
137+
'body-background-medium': $palette-grey-250,
138138
'alternate-background': $palette-grey-20-deprecated,
139139
'alternate-background-medium': $palette-grey-10-deprecated,
140140
'border': $palette-grey-100-deprecated,

0 commit comments

Comments
 (0)