mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
ios app extension theming
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Bit.iOS.Core.Utilities;
|
||||
using Foundation;
|
||||
using UIKit;
|
||||
|
||||
@@ -17,6 +18,13 @@ namespace Bit.iOS.Extension
|
||||
public override UIBarButtonItem BaseCancelButton => CancelBarButton;
|
||||
public override UIBarButtonItem BaseSaveButton => SaveBarButton;
|
||||
|
||||
public override void ViewDidLoad()
|
||||
{
|
||||
base.ViewDidLoad();
|
||||
SaveBarButton.TintColor = ThemeHelpers.NavBarTextColor;
|
||||
CancelBarButton.TintColor = ThemeHelpers.NavBarTextColor;
|
||||
}
|
||||
|
||||
public override Action Success => () =>
|
||||
{
|
||||
if(LoginListController != null)
|
||||
|
||||
Reference in New Issue
Block a user