1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 10:34:07 +00:00

Fix html labels colors issue (#1516) (#1603)

This commit is contained in:
Federico Maccaroni
2021-10-25 16:28:14 -03:00
committed by GitHub
parent 99ccd62bcd
commit a07ef1a1d6
5 changed files with 12 additions and 8 deletions

View File

@@ -59,6 +59,14 @@
<Setter Property="FontAttributes"
Value="Bold" />
</Style>
<Style TargetType="Label"
Class="text-html"
ApplyToDerivedTypes="True">
<Setter Property="TextColor"
Value="Default" />
<Setter Property="TextType"
Value="Html" />
</Style>
<!-- Pages -->
<Style TargetType="TabbedPage"