mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-23 11:45:38 +01:00
fix light theme
This commit is contained in:
parent
53bdd92e72
commit
4d8c665917
@ -38,7 +38,7 @@ namespace Bit.App.Utilities
|
||||
}
|
||||
else if(name == "light")
|
||||
{
|
||||
Application.Current.Resources.MergedDictionaries.Add(new Nord());
|
||||
Application.Current.Resources.MergedDictionaries.Add(new Light());
|
||||
UsingLightTheme = true;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user