1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 02:03:49 +00:00

more bg color for header

This commit is contained in:
Kyle Spearrin
2019-07-02 20:14:23 -04:00
parent 4d79d0af89
commit 43e15bf911

View File

@@ -12,6 +12,7 @@ namespace Bit.iOS.Core.Views
{ {
hv.TextLabel.TextColor = ThemeHelpers.MutedColor; hv.TextLabel.TextColor = ThemeHelpers.MutedColor;
hv.TintColor = ThemeHelpers.ListHeaderBackgroundColor; hv.TintColor = ThemeHelpers.ListHeaderBackgroundColor;
hv.BackgroundView.BackgroundColor = ThemeHelpers.ListHeaderBackgroundColor;
} }
} }
@@ -21,6 +22,7 @@ namespace Bit.iOS.Core.Views
{ {
fv.TextLabel.TextColor = ThemeHelpers.MutedColor; fv.TextLabel.TextColor = ThemeHelpers.MutedColor;
fv.TintColor = ThemeHelpers.ListHeaderBackgroundColor; fv.TintColor = ThemeHelpers.ListHeaderBackgroundColor;
fv.BackgroundView.BackgroundColor = ThemeHelpers.ListHeaderBackgroundColor;
} }
} }
} }