Skip to content

Commit

Permalink
fix(themes): add missing theme variable (focusSecondary)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Apr 7, 2020
1 parent 22586da commit 1463a89
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/common/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ themes.molecule = {
progress: '#a03d49',

flatLight: '#d8d8d8',
flatDark: '#9e9e9e'
flatDark: '#9e9e9e',
focusSecondary: '#fefe03'
};

themes.travel = {
Expand Down Expand Up @@ -120,7 +121,8 @@ themes.travel = {
progress: '#48604f',

flatLight: '#9d8f80',
flatDark: '#695f50'
flatDark: '#695f50',
focusSecondary: '#fefe03'
};

themes.theSixtiesUSA = {
Expand Down Expand Up @@ -160,7 +162,8 @@ themes.theSixtiesUSA = {
progress: '#0f0',

flatLight: '#df9be7',
flatDark: '#d067d7'
flatDark: '#d067d7',
focusSecondary: '#fefe03'
};

themes.candy = {
Expand Down

0 comments on commit 1463a89

Please sign in to comment.