This commit is contained in:
parent
383923a768
commit
44fb21ee82
@ -149,7 +149,7 @@ export default function Score({
|
|||||||
<div className="flex justify-end gap-2">
|
<div className="flex justify-end gap-2">
|
||||||
{score.pp > 0 && (
|
{score.pp > 0 && (
|
||||||
<ScoreStatLabel
|
<ScoreStatLabel
|
||||||
className="bg-blue-500 text-center"
|
className="bg-pp-blue text-center"
|
||||||
value={formatNumber(score.pp.toFixed(2)) + "pp"}
|
value={formatNumber(score.pp.toFixed(2)) + "pp"}
|
||||||
tooltip={
|
tooltip={
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user