fix light theme

This commit is contained in:
Kyle Spearrin 2019-10-04 09:11:14 -04:00
parent 53bdd92e72
commit 4d8c665917
1 changed files with 1 additions and 1 deletions

View File

@ -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