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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user