mirror of
https://github.com/bitwarden/mobile
synced 2026-02-24 16:43:03 +00:00
nord theme
This commit is contained in:
@@ -289,6 +289,10 @@ namespace Bit.Droid
|
||||
{
|
||||
SetTheme(Resource.Style.BlackTheme);
|
||||
}
|
||||
else if(theme == "nord")
|
||||
{
|
||||
SetTheme(Resource.Style.NordTheme);
|
||||
}
|
||||
else
|
||||
{
|
||||
SetTheme(Resource.Style.LightTheme);
|
||||
|
||||
Reference in New Issue
Block a user