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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user