mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-13 19:41:31 +01:00
more bg color for header
This commit is contained in:
parent
4d79d0af89
commit
43e15bf911
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user