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 g700 to new success color
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 17, 2020
1 parent 01b227e commit e8cad4f
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 @@ -41,7 +41,7 @@ Object {
"g200": "#D4DB8F",
"g300": "#BED630",
"g500": "#8CC13F",
"g700": "#47995A",
"g700": "#138849",
"g900": "#356560",
"n100": "#F5F5F5",
"n200": "#E6E6E6",
Expand Down
2 changes: 1 addition & 1 deletion src/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const greens = {
g200: '#D4DB8F',
g300: '#BED630',
g500: '#8CC13F',
g700: '#47995A',
g700: '#138849',
g900: '#356560',
};

Expand Down

0 comments on commit e8cad4f

Please sign in to comment.