Skip to content

Commit 5563b36

Browse files
committed
fix(CBadge): wrong text color
1 parent 0ca3ef2 commit 5563b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/badge/CBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const CBadge = forwardRef<HTMLDivElement | HTMLSpanElement, CBadgeProps>(
4747
'badge',
4848
{
4949
[`bg-${color}`]: color,
50-
[`text-${textColor}`]: color,
50+
[`text-${textColor}`]: textColor,
5151
[`badge-${size}`]: size,
5252
},
5353
shape,

0 commit comments

Comments
 (0)