From 35772fbe893ce92d9dc80fa34140ee242639210b Mon Sep 17 00:00:00 2001 From: jojomatik Date: Sat, 4 Jun 2022 23:05:57 +0200 Subject: [PATCH] fix: use correct case for `CallingButton` label Use the case specified in the respective language files instead of forcing `text-transform: lowercase` for all labels. Fixes #5959 --- stylesheets/components/CallingButton.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/components/CallingButton.scss b/stylesheets/components/CallingButton.scss index 6c79c04184..57be895ca9 100644 --- a/stylesheets/components/CallingButton.scss +++ b/stylesheets/components/CallingButton.scss @@ -182,7 +182,6 @@ @include font-subtitle; margin-top: 8px; text-align: center; - text-transform: lowercase; color: $color-white; @include calling-text-shadow; user-select: none;