Skip to content

Commit

Permalink
feat(badge): add violet200 style to badge display options
Browse files Browse the repository at this point in the history
Signed-off-by: Wanjin Noh <[email protected]>
  • Loading branch information
WANZARGEN committed Dec 16, 2024
1 parent b845ac9 commit ece47d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mirinae/src/data-display/badge/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const SUBTLE_STYLE_TYPE = {
peacock200: 'peacock200',
coral200: 'coral200',
red200: 'red200',
violet200: 'violet200',
} as const;
export const BADGE_STYLE_TYPE = {
...SOLID_STYLE_TYPE,
Expand Down

0 comments on commit ece47d0

Please sign in to comment.