Skip to content

Commit 7672190

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

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
@@ -83,7 +83,7 @@ export function StateChip({
8383
type="button"
8484
title="Click to view history"
8585
>
86-
<Badge className={colorClasses}>{label}</Badge>
86+
<Badge className={className}>{label}</Badge>
8787
</button>
8888
);
8989

0 commit comments

Comments
 (0)