1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 23:53:25 +00:00

theme updates to extensions

This commit is contained in:
Kyle Spearrin
2019-07-02 19:35:01 -04:00
parent 7953a9a3ce
commit a064a6cf9b
5 changed files with 20 additions and 2 deletions

View File

@@ -12,7 +12,10 @@ namespace Bit.iOS.Core.Views
{
TextLabel.Text = labelName;
TextLabel.TextColor = ThemeHelpers.TextColor;
Switch.TintColor = ThemeHelpers.MutedColor;
if(!ThemeHelpers.LightTheme)
{
Switch.TintColor = ThemeHelpers.MutedColor;
}
Switch.OnTintColor = ThemeHelpers.PrimaryColor;
AccessoryView = Switch;