Skip to content

Commit 1463a89

Browse files
committed
fix(themes): add missing theme variable (focusSecondary)
1 parent 22586da commit 1463a89

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/common/themes.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ themes.molecule = {
8080
progress: '#a03d49',
8181

8282
flatLight: '#d8d8d8',
83-
flatDark: '#9e9e9e'
83+
flatDark: '#9e9e9e',
84+
focusSecondary: '#fefe03'
8485
};
8586

8687
themes.travel = {
@@ -120,7 +121,8 @@ themes.travel = {
120121
progress: '#48604f',
121122

122123
flatLight: '#9d8f80',
123-
flatDark: '#695f50'
124+
flatDark: '#695f50',
125+
focusSecondary: '#fefe03'
124126
};
125127

126128
themes.theSixtiesUSA = {
@@ -160,7 +162,8 @@ themes.theSixtiesUSA = {
160162
progress: '#0f0',
161163

162164
flatLight: '#df9be7',
163-
flatDark: '#d067d7'
165+
flatDark: '#d067d7',
166+
focusSecondary: '#fefe03'
164167
};
165168

166169
themes.candy = {

0 commit comments

Comments
 (0)