From ec46519819c6989ceaf3a05696fcdf1bd32f96e5 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Fri, 6 Mar 2020 12:50:30 +0100 Subject: [PATCH] fix: Typo in variable name BREAKING CHANGE: CSS variable name fushsia has been fixed to fuchsia --- react/Avatar/index.jsx | 2 +- stylus/settings/palette.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/react/Avatar/index.jsx b/react/Avatar/index.jsx index 7bd581c33b..63711290b4 100644 --- a/react/Avatar/index.jsx +++ b/react/Avatar/index.jsx @@ -22,7 +22,7 @@ const nameToColor = (name = '') => { palette['seafoamGreen'], palette['lavender'], palette['brightSun'], - palette['fushsia'] + palette['fuchsia'] ] const key = Array.from(name.toUpperCase()) diff --git a/stylus/settings/palette.styl b/stylus/settings/palette.styl index ca7c9784b6..8dfc6a5ba2 100644 --- a/stylus/settings/palette.styl +++ b/stylus/settings/palette.styl @@ -109,7 +109,7 @@ */ --chablis #FFF2F2 --yourPink #FDCBCB - --fushsia #FC4C83 + --fuchsia #FC4C83 --pomegranate #F52D2D --monza #DD0505 /*