mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 21:53:57 +00:00
UINavigationBar appearance for no bottom line
This commit is contained in:
@@ -21,6 +21,8 @@ namespace Bit.iOS.Core.Utilities
|
||||
public static void SetAppearance(string theme)
|
||||
{
|
||||
SetThemeVariables(theme);
|
||||
UINavigationBar.Appearance.ShadowImage = new UIImage();
|
||||
UINavigationBar.Appearance.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
|
||||
UIStepper.Appearance.TintColor = MutedColor;
|
||||
if(!LightTheme)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user