Skip to content

Commit 83944db

Browse files
committed
dull the playerstats loudness
1 parent 90114b1 commit 83944db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/react/src/components/player/PlayerStats.tsx

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ export function VideoStats({
3939
});
4040

4141
return (
42-
<div className="flex items-center gap-1 text-sm text-base-11">
42+
<div className="flex items-center gap-1 text-sm text-base-9">
4343
{topic_id && (
44-
<Badge variant="outline" className="mr-2 capitalize">
44+
<Badge
45+
variant="outline"
46+
className="mr-2 border-base capitalize text-base-9"
47+
>
4548
{topic_id}
4649
</Badge>
4750
)}

0 commit comments

Comments
 (0)