We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e4ab3 commit e5c0f78Copy full SHA for e5c0f78
scss/colors/palette.scss
@@ -6,7 +6,7 @@ $ux-gray: #A1A1A1;
6
$ux-green: #6DBD63;
7
$ux-light-blue: #7CCBF2;
8
$ux-orange: #F59C27;
9
-$ux-purple: #8B008B;
+$ux-purple: #874B96;
10
$ux-red: #FF4E00;
11
$ux-white: #FFFFFF;
12
$ux-yellow: #F6D810;
src/Styles/colors/palette.js
@@ -6,7 +6,7 @@ const baseColors = {
uxGray: '#A1A1A1',
uxGreen: '#6DBD63',
uxOrange: '#F59C27',
- uxPurple: '#8B008B',
+ uxPurple: '#874B96',
uxRed: '#FF4E00',
uxYellow: '#F6D810',
uxWhite: '#FFFFFF',
0 commit comments