We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10857d commit a2f1537Copy full SHA for a2f1537
2 files changed
.changeset/calm-buckets-float.md
@@ -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
@@ -179,7 +179,7 @@ $themes: (
179
'body-background': palette.$palette-grey-280,
180
'body-background-accent': palette.$palette-blue-black,
181
'body-background-medium': palette.$palette-grey-250,
182
- 'body-background-dark': palette.$palette-grey-300,
+ 'body-background-dark': palette.$palette-grey-260,
183
'alternate-background': palette.$palette-grey-20-deprecated,
184
'alternate-background-medium': palette.$palette-grey-10-deprecated,
185
'border': palette.$palette-grey-100-deprecated,
0 commit comments