Apply bold font to Timer.tsx

This commit is contained in:
0x1eef 2024-09-18 16:28:37 -03:00
parent 92b0f4f6c1
commit 38224a7417

View file

@ -66,7 +66,7 @@ export function Timer({
}
return (
<div className="timer text-base w-10 flex justify-end">
<div className="timer font-extrabold text-base w-10 flex justify-end">
{!ms || ms / 1000 <= 0
? formatNumber(locale, 0)
: formatNumber(locale, ms / 1000, { maximumFractionDigits: 0 })}