Skip to content

Commit

Permalink
dull the playerstats loudness
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxrave committed Jan 12, 2025
1 parent 90114b1 commit 83944db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/react/src/components/player/PlayerStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ export function VideoStats({
});

return (
<div className="flex items-center gap-1 text-sm text-base-11">
<div className="flex items-center gap-1 text-sm text-base-9">
{topic_id && (
<Badge variant="outline" className="mr-2 capitalize">
<Badge
variant="outline"
className="mr-2 border-base capitalize text-base-9"
>
{topic_id}
</Badge>
)}
Expand Down

0 comments on commit 83944db

Please sign in to comment.