1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 03:23:23 +00:00

PM-3350 Fix for colored html text on iOS

This commit is contained in:
Dinis Vieira
2023-11-11 15:05:51 +00:00
parent 0e75f3f5c8
commit a31f15559f
2 changed files with 1 additions and 6 deletions

View File

@@ -7,10 +7,6 @@
if (DeviceInfo.Platform == DevicePlatform.iOS)
{
FontFamily = "Menlo-Regular";
//[MAUI-Migration] Temporary Workaround for the Text to appear in iOS.
// A proper solution needs to be found to be able to have html text with different colors or alternatively use Label FormattedString Spans
TextColor = Colors.Black;
}
else if (DeviceInfo.Platform == DevicePlatform.Android)
{