Apply bold font to Timer.tsx
This commit is contained in:
parent
92b0f4f6c1
commit
38224a7417
1 changed files with 1 additions and 1 deletions
|
@ -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 })}
|
||||
|
|
Loading…
Reference in a new issue