Skip to content

Commit

Permalink
fix: Cannot use var referencing another var (#1239)
Browse files Browse the repository at this point in the history
fix: Cannot use var referencing another var
  • Loading branch information
ptbrowne authored Nov 13, 2019
2 parents 8012e56 + 5579d10 commit 8c26e8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion react/MuiCozyTheme/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const theme = createMuiTheme({
contrastText: getCssVariableValue('primaryContrastTextColor')
},
error: {
main: getCssVariableValue('errorColor')
main: getCssVariableValue('pomegranate')
},
secondary: {
light: getCssVariableValue('monza'),
Expand Down
2 changes: 0 additions & 2 deletions stylus/settings/palette.styl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,4 @@
--primaryColorLighter #4B93F7
--primaryColorLightest #9FC4FB
--primaryContrastTextColor var(--white)

--errorColor var(--pomegranate)
// @stylint on

0 comments on commit 8c26e8a

Please sign in to comment.