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
This commit is contained in:
jojomatik 2022-06-04 23:05:57 +02:00 committed by Josh Perez
parent 635a59a473
commit 35772fbe89

View file

@ -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;