Skip to content

Commit

Permalink
Merge pull request #1402 from cozy/fix-fuchsia
Browse files Browse the repository at this point in the history
fix: Typo in variable name
  • Loading branch information
ptbrowne authored Mar 6, 2020
2 parents 4db774d + ec46519 commit 9a4284d
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 9a4284d

Please sign in to comment.