Skip to content

Commit

Permalink
feat: Corrects secondary colour names
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-nulogy committed Sep 30, 2020
1 parent 6466ba7 commit 3e6cec1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/components/src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ export default {
lightGreen: tokens.color_base_light_green,
red: tokens.color_base_red,
lightRed: tokens.color_base_light_red,
categorical1: tokens.color_base_light_aqua,
categorical2: tokens.color_base_light_purple,
categorical3: tokens.color_base_light_pink,
categorical4: tokens.color_base_light_turquoise,
categorical5: tokens.color_base_light_orange,
categorical6: tokens.color_base_light_avocado
categorical1: tokens.color_base_aqua,
categorical2: tokens.color_base_purple,
categorical3: tokens.color_base_pink,
categorical4: tokens.color_base_turquoise,
categorical5: tokens.color_base_orange,
categorical6: tokens.color_base_avocado
},
fontSizes: {
smaller: tokens.size_font_smaller,
Expand Down

0 comments on commit 3e6cec1

Please sign in to comment.