mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 19:13:19 +00:00
fixes for font cutoff on samsung devices (#1838)
This commit is contained in:
@@ -221,6 +221,14 @@
|
||||
<Setter Property="TextColor"
|
||||
Value="{DynamicResource MutedColor}" />
|
||||
</Style>
|
||||
<Style TargetType="Label"
|
||||
Class="accountlist-title">
|
||||
</Style>
|
||||
<Style TargetType="Label"
|
||||
Class="accountlist-sub">
|
||||
<Setter Property="TextColor"
|
||||
Value="{DynamicResource MutedColor}" />
|
||||
</Style>
|
||||
<Style TargetType="Label"
|
||||
ApplyToDerivedTypes="True"
|
||||
Class="list-title-icon">
|
||||
|
||||
Reference in New Issue
Block a user