diff --git a/client/src/components/Timer/Timer.module.scss b/client/src/components/Timer/Timer.module.scss index 480b5e35..a873fde0 100644 --- a/client/src/components/Timer/Timer.module.scss +++ b/client/src/components/Timer/Timer.module.scss @@ -14,6 +14,7 @@ border-radius: 3px; color: #7e8ea3; display: inline-block; + font-variant-numeric: tabular-nums; outline: none; text-align: left; transition: background 0.3s ease;