mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
white logo and popupTheme
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Bit.App.Utilities;
|
||||
using System;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Pages
|
||||
@@ -8,6 +9,7 @@ namespace Bit.App.Pages
|
||||
public HomePage()
|
||||
{
|
||||
InitializeComponent();
|
||||
_logo.Source = ThemeManager.GetTheme() == "dark" ? "logo_white.png" : "logo.png";
|
||||
}
|
||||
|
||||
private void LogIn_Clicked(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user