mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
ios themeing
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Bit.App.Pages
|
||||
public HomePage()
|
||||
{
|
||||
InitializeComponent();
|
||||
var theme = ThemeManager.GetTheme();
|
||||
var theme = ThemeManager.GetTheme(Device.RuntimePlatform == Device.Android);
|
||||
var darkbasedTheme = theme == "dark" || theme == "black" || theme == "nord";
|
||||
_logo.Source = darkbasedTheme ? "logo_white.png" : "logo.png";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user