From b4306d0a4b3e9990ab3ab01f66e55b9c0c047be7 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 14 Sep 2022 21:22:08 +0500 Subject: [PATCH] fix: Fix font of timer numbers --- client/src/components/Timer/Timer.module.scss | 1 + 1 file changed, 1 insertion(+) 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;