more bg color for header

This commit is contained in:
Kyle Spearrin 2019-07-02 20:14:23 -04:00
parent 4d79d0af89
commit 43e15bf911
1 changed files with 2 additions and 0 deletions

View File

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