diff --git a/src/iOS.Autofill/SetupViewController.cs b/src/iOS.Autofill/SetupViewController.cs index a7444d1ef..11844ee98 100644 --- a/src/iOS.Autofill/SetupViewController.cs +++ b/src/iOS.Autofill/SetupViewController.cs @@ -25,7 +25,6 @@ namespace Bit.iOS.Autofill ActivatedLabel.Text = AppResources.AutofillActivated; ActivatedLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize * 1.3f); - ActivatedLabel.TextColor = ThemeHelpers.SuccessColor; BackButton.Title = AppResources.Back; base.ViewDidLoad();