Style changes
This commit is contained in:
@@ -28,7 +28,7 @@ export default function CopsAndCrimsStats({ stats }: { stats: NonNullStats["Cops
|
||||
stats={[
|
||||
{
|
||||
title: <p>Score</p>,
|
||||
stat: <p className={`font-bold text-mc-${scoreColor}`}>{formatNumber(score)}</p>
|
||||
stat: <p className={`text-mc-${scoreColor}`}>{formatNumber(score)}</p>
|
||||
},
|
||||
{
|
||||
title: <p>Kills</p>,
|
||||
|
||||
Reference in New Issue
Block a user