update leaderboard styles
All checks were successful
deploy / deploy (push) Successful in 56s

This commit is contained in:
Lee
2023-11-05 14:36:15 +00:00
parent 1aa8630db0
commit 383923a768
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ export default function Leaderboard({ id, page }: LeaderboardProps) {
<div className="flex">
<p>Stars:</p>
<StarIcon width={20} height={20} className="ml-1" />
<p>{stars}</p>
<p className="text-pp-blue">{stars}</p>
</div>
<p>
Plays: {formatNumber(plays)} ({dailyPlays} in the last day)