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

Commit

Permalink
fix(colors): change bodyColor to n900
Browse files Browse the repository at this point in the history
This change brings the color inline with the new, reduced color palette.
  • Loading branch information
connor-baer committed Nov 17, 2020
1 parent da6f99d commit 01b227e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Object {
"b900": "#1A368E",
"black": "#000",
"bodyBg": "#FAFBFC",
"bodyColor": "#0F131A",
"bodyColor": "#1A1A1A",
"danger": "#D23F47",
"g100": "#E4EABB",
"g200": "#D4DB8F",
Expand Down
2 changes: 1 addition & 1 deletion src/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const misc = {
shadow: 'rgba(12, 15, 20, 0.07)',
overlay: 'rgba(12, 15, 20, 0.21)',
bodyBg: '#FAFBFC',
bodyColor: '#0F131A',
bodyColor: neutrals.n900,
danger: '#D23F47',
success: '#138849',
warning: '#F5C625',
Expand Down

0 comments on commit 01b227e

Please sign in to comment.