1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

entry cell renderer

This commit is contained in:
Kyle Spearrin
2019-04-05 13:35:19 -04:00
parent 1085808867
commit 8c79c42b28
7 changed files with 454 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ namespace Bit.App
{
InitializeComponent();
ThemeManager.SetTheme("dark");
ThemeManager.SetTheme("light");
MainPage = new TabsPage();
}