mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
fix light theme
This commit is contained in:
parent
53bdd92e72
commit
4d8c665917
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue