Skip to content

Commit

Permalink
fix(#2991): remove "sharp" from GoabChipTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessatran-ddi authored and ArakTaiRoth committed Jan 7, 2025
1 parent e95e00d commit 837311c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common/src/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export type GoabDatePickerOnChangeDetail = {

export type GoabChipVariant = "filter";

export type GoabChipTheme = "outline" | "filled" | "sharp";
export type GoabChipTheme = "outline" | "filled";
export type GoabFilterChipTheme = "outline" | "filled";

export type GoabCheckboxOnChangeDetail = {
Expand Down

0 comments on commit 837311c

Please sign in to comment.