mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 19:53:50 +00:00
stub black theme
This commit is contained in:
@@ -21,6 +21,10 @@ namespace Bit.App.Utilities
|
||||
{
|
||||
Application.Current.Resources.MergedDictionaries.Add(new Dark());
|
||||
}
|
||||
else if(name == "black")
|
||||
{
|
||||
Application.Current.Resources.MergedDictionaries.Add(new Black());
|
||||
}
|
||||
else
|
||||
{
|
||||
Application.Current.Resources.MergedDictionaries.Add(new Light());
|
||||
|
||||
Reference in New Issue
Block a user