Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Fixing secondary default color for CSS in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Mar 18, 2022
1 parent b4a22d6 commit dc5525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const colors = {
disabled: '#1098FC80',
},
secondary: {
default: '##F8883',
default: '#F8883B',
alternative: '#FAA66C',
muted: '#F8883B26',
inverse: '#FCFCFC',
Expand Down

0 comments on commit dc5525d

Please sign in to comment.