Skip to content

Commit

Permalink
Merge pull request #1556 from cozy/fix-infos-danger
Browse files Browse the repository at this point in the history
fix: Use correct variable for error background
  • Loading branch information
ptbrowne authored Sep 14, 2020
2 parents 7a95a88 + 5b87bc6 commit 50dae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/Infos/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-color var(--neutralBackground)

&.Infos--danger
background-color var(--errorLightBackground)
background-color var(--errorBackgroundLight)

.Infos-description
max-width 32rem
Expand Down

0 comments on commit 50dae3e

Please sign in to comment.