Skip to content

Commit

Permalink
Use tabular numbers in Clock-in (#1295)
Browse files Browse the repository at this point in the history
* use tabular nums to have nice time changes

* apply prettier
  • Loading branch information
nlopin authored Mar 3, 2025
1 parent f76f779 commit 212f3e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function ClockInGraph({

{/* Time display */}
<div className="absolute inset-0 flex items-center justify-center">
<span className="text-2xl font-semibold text-f1-foreground">
<span className="text-2xl font-semibold tabular-nums text-f1-foreground">
{time}
</span>
</div>
Expand Down

0 comments on commit 212f3e9

Please sign in to comment.