Skip to content

Commit 4b068f9

Browse files
committed
fix(ui): global body background color
1 parent 3574cae commit 4b068f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

static/less/base.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ body {
3434

3535
// Applied to body
3636
body.theme-dark {
37-
// theme.surface200
38-
background: #1A141F;
39-
// theme.gray400
37+
// theme.tokens.background.primary
38+
background: #241D2A;
39+
// theme.tokens.content.primary
4040
color: #D6D0DC;
4141
}
4242
body.theme-system {
4343
@media (prefers-color-scheme: dark) {
44-
// theme.surface200
45-
background: #1A141F;
46-
// theme.gray400
44+
// theme.tokens.background.primary
45+
background: #241D2A;
46+
// theme.content.primary
4747
color: #D6D0DC;
4848
}
4949
}

0 commit comments

Comments
 (0)