Skip to content

Commit 063462d

Browse files
Update web/libs/ui/src/lib/state-chip/state-chip.tsx
Co-authored-by: bmartel <[email protected]>
1 parent 7672190 commit 063462d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/libs/ui/src/lib/state-chip/state-chip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface StateChipProps {
2323
/**
2424
* Tailwind CSS classes for styling the chip
2525
*/
26-
colorClasses: string;
26+
className: string;
2727

2828
/**
2929
* Whether the chip should be interactive (clickable with popover)

0 commit comments

Comments
 (0)