Skip to content

Commit

Permalink
fix: Typo in variable name
Browse files Browse the repository at this point in the history
BREAKING CHANGE: CSS variable name fushsia has been fixed to fuchsia
  • Loading branch information
ptbrowne committed Mar 6, 2020
1 parent 56b04fd commit ec46519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/Avatar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const nameToColor = (name = '') => {
palette['seafoamGreen'],
palette['lavender'],
palette['brightSun'],
palette['fushsia']
palette['fuchsia']
]
const key =
Array.from(name.toUpperCase())
Expand Down
2 changes: 1 addition & 1 deletion stylus/settings/palette.styl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
*/
--chablis #FFF2F2
--yourPink #FDCBCB
--fushsia #FC4C83
--fuchsia #FC4C83
--pomegranate #F52D2D
--monza #DD0505
/*
Expand Down

0 comments on commit ec46519

Please sign in to comment.