Skip to content

Commit

Permalink
feat: udpate colors.teal to #317C85
Browse files Browse the repository at this point in the history
  • Loading branch information
expectNothin9 committed Oct 18, 2021
1 parent 7fd3e05 commit 31e642b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/theme/src/__snapshots__/colors.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Object {
"selected": "#00c1bb",
"sky": "#A6DEF3",
"tan": "#C1966B",
"teal": "#3C8790",
"teal": "#317C85",
"white": "#FFFFFF",
"yellow": "#FFCE03",
}
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const nodePalette = {
lime: '#87C445',
purple: '#A8499A',
yellow: '#FFCE03',
teal: '#3C8790',
teal: '#317C85',
peach: '#F4A467',
red: '#E61E27',
rose: '#BF8092',
Expand Down

0 comments on commit 31e642b

Please sign in to comment.