Skip to content

Commit

Permalink
🎨 added yellow color
Browse files Browse the repository at this point in the history
  • Loading branch information
wacky committed Jun 21, 2019
1 parent cbdff75 commit 6371ad6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/themes/createPalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export interface CreatedPaletteTheme {
Orange_P10: string
Orange: string
Orange_M30: string
Yellow: string
Red: string
}

Expand Down Expand Up @@ -94,6 +95,8 @@ export const defaultPalette: CreatedPaletteTheme = {
Orange: '#f80',
Orange_M30: '#ffac4d',

Yellow: '#ffcc00',

Red: '#ef475b',
}

Expand Down

0 comments on commit 6371ad6

Please sign in to comment.