From 70964e43f6f45998d90b31ab06a254bcfd6f0850 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 8 Dec 2020 19:05:58 +0000 Subject: [PATCH] Fix font weights in hold text --- res/css/views/voip/_CallView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/voip/_CallView.scss b/res/css/views/voip/_CallView.scss index 898318f71d..ffe8d95f09 100644 --- a/res/css/views/voip/_CallView.scss +++ b/res/css/views/voip/_CallView.scss @@ -84,9 +84,9 @@ limitations under the License. height: 20px; padding-top: 20px; color: $accent-fg-color; - font-weight: bold; .mx_AccessibleButton_hasKind { padding: 0px; + font-weight: bold; } }