We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90114b1 commit 83944dbCopy full SHA for 83944db
packages/react/src/components/player/PlayerStats.tsx
@@ -39,9 +39,12 @@ export function VideoStats({
39
});
40
41
return (
42
- <div className="flex items-center gap-1 text-sm text-base-11">
+ <div className="flex items-center gap-1 text-sm text-base-9">
43
{topic_id && (
44
- <Badge variant="outline" className="mr-2 capitalize">
+ <Badge
45
+ variant="outline"
46
+ className="mr-2 border-base capitalize text-base-9"
47
+ >
48
{topic_id}
49
</Badge>
50
)}
0 commit comments