Skip to content

Commit

Permalink
feat: fix color in core and add color to storybook
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas.J Han <[email protected]>
  • Loading branch information
lukasjhan committed Aug 7, 2024
1 parent 61ef8d7 commit 1371e58
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 113 deletions.
6 changes: 5 additions & 1 deletion packages/core/lib/colors/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,15 @@ export const colors = {
pink90: '#33041D',

fuchsia5: '#FDF2FD',
fuchsia10: '#F901F9',
fuchsia10: '#F9D1F9',
fuchsia20: '#F2A3F2',
fuchsia30: '#EC75EC',
fuchsia40: '#E547E5',
fuchsia50: '#DF19DF',
fuchsia60: '#B214B2',
fuchsia70: '#8B0F8B',
fuchsia80: '#590A59',
fuchsia90: '#2D052D',

purple5: '#F5EEF7',
purple10: '#E1CCE6',
Expand Down
Loading

0 comments on commit 1371e58

Please sign in to comment.