mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
autofill activated regular color
This commit is contained in:
parent
be3c6f210d
commit
7953a9a3ce
@ -25,7 +25,6 @@ namespace Bit.iOS.Autofill
|
|||||||
|
|
||||||
ActivatedLabel.Text = AppResources.AutofillActivated;
|
ActivatedLabel.Text = AppResources.AutofillActivated;
|
||||||
ActivatedLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize * 1.3f);
|
ActivatedLabel.Font = UIFont.FromDescriptor(descriptor, descriptor.PointSize * 1.3f);
|
||||||
ActivatedLabel.TextColor = ThemeHelpers.SuccessColor;
|
|
||||||
|
|
||||||
BackButton.Title = AppResources.Back;
|
BackButton.Title = AppResources.Back;
|
||||||
base.ViewDidLoad();
|
base.ViewDidLoad();
|
||||||
|
Loading…
Reference in New Issue
Block a user