Skip to content

Commit

Permalink
fix(card): add missing enum for white color
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Aug 22, 2023
1 parent a8ef4a3 commit f03939e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fractal/src/components/Card/Card.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export enum Colors {
Purple = 'purple',
Success = 'success',
Warning = 'warning',
White = 'white',
Yellow = 'yellow',
}

Expand Down

0 comments on commit f03939e

Please sign in to comment.