diff --git a/src/Core/Utilities/GeneratedValueFormatter.cs b/src/Core/Utilities/GeneratedValueFormatter.cs index 20f2d12aa..e36557d4d 100644 --- a/src/Core/Utilities/GeneratedValueFormatter.cs +++ b/src/Core/Utilities/GeneratedValueFormatter.cs @@ -27,11 +27,9 @@ namespace Bit.App.Utilities return string.Empty; } - // First two digits of returned hex code contains the alpha, - // which is not supported in HTML color, so we need to cut those out. - var normalColor = $""; - var numberColor = $""; - var specialColor = $""; + var normalColor = $""; + var numberColor = $""; + var specialColor = $""; var result = string.Empty; // iOS won't hide the zero-width space char without these div attrs, but Android won't respect