1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

black theme option

This commit is contained in:
Kyle Spearrin
2019-06-02 00:08:20 -04:00
parent dd976b5b86
commit 479ad31325
6 changed files with 21 additions and 1 deletions

View File

@@ -726,6 +726,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Black.
/// </summary>
public static string Black {
get {
return ResourceManager.GetString("Black", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Brand.
/// </summary>