Skip to content

Commit a2f1537

Browse files
authored
update dark theme body-background-dark variable to be a little lighter, instead of black (#852)
1 parent c10857d commit a2f1537

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/calm-buckets-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@microsoft/atlas-css': patch
3+
---
4+
5+
update dark theme body-background-dark variable to be a little lighter, instead of black

css/src/tokens/themes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ $themes: (
179179
'body-background': palette.$palette-grey-280,
180180
'body-background-accent': palette.$palette-blue-black,
181181
'body-background-medium': palette.$palette-grey-250,
182-
'body-background-dark': palette.$palette-grey-300,
182+
'body-background-dark': palette.$palette-grey-260,
183183
'alternate-background': palette.$palette-grey-20-deprecated,
184184
'alternate-background-medium': palette.$palette-grey-10-deprecated,
185185
'border': palette.$palette-grey-100-deprecated,

0 commit comments

Comments
 (0)