Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit 01b227e

Browse files
committed
fix(colors): change bodyColor to n900
This change brings the color inline with the new, reduced color palette.
1 parent da6f99d commit 01b227e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__snapshots__/index.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Object {
3535
"b900": "#1A368E",
3636
"black": "#000",
3737
"bodyBg": "#FAFBFC",
38-
"bodyColor": "#0F131A",
38+
"bodyColor": "#1A1A1A",
3939
"danger": "#D23F47",
4040
"g100": "#E4EABB",
4141
"g200": "#D4DB8F",

src/themes/light.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const misc = {
101101
shadow: 'rgba(12, 15, 20, 0.07)',
102102
overlay: 'rgba(12, 15, 20, 0.21)',
103103
bodyBg: '#FAFBFC',
104-
bodyColor: '#0F131A',
104+
bodyColor: neutrals.n900,
105105
danger: '#D23F47',
106106
success: '#138849',
107107
warning: '#F5C625',

0 commit comments

Comments
 (0)