mirror of
https://github.com/bitwarden/android.git
synced 2025-03-14 02:08:48 +03:00
more bg color for header
This commit is contained in:
parent
4d79d0af89
commit
43e15bf911
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue