mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
fix light theme
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Bit.App.Utilities
|
|||||||
}
|
}
|
||||||
else if(name == "light")
|
else if(name == "light")
|
||||||
{
|
{
|
||||||
Application.Current.Resources.MergedDictionaries.Add(new Nord());
|
Application.Current.Resources.MergedDictionaries.Add(new Light());
|
||||||
UsingLightTheme = true;
|
UsingLightTheme = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user