change some color stuff
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m34s

This commit is contained in:
Lee
2024-10-22 12:26:58 +01:00
parent d62b6524f7
commit be25896c5e
10 changed files with 13 additions and 10 deletions

View File

@ -104,7 +104,7 @@ export default function Mini({ type, player, shouldUpdate }: MiniProps) {
<PlayerInfo player={playerRanking} highlightedPlayer={player} hideCountryFlag hoverBrightness={false} />
</div>
<div className="inline-flex min-w-[11.5em] gap-2 items-center">
<p className="text-pp text-right">{formatPp(playerRanking.pp)}pp</p>
<p className="text-ssr text-right">{formatPp(playerRanking.pp)}pp</p>
{playerRanking.id !== player.id && (
<p className={`text-xs text-right ${ppDifference > 0 ? "text-green-400" : "text-red-400"}`}>
{ppDifference > 0 ? "+" : ""}