1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

theme updates to extensions

This commit is contained in:
Kyle Spearrin
2019-07-02 19:35:01 -04:00
parent 7953a9a3ce
commit a064a6cf9b
5 changed files with 20 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ namespace Bit.iOS.Core.Views
if(headerView != null && headerView is UITableViewHeaderFooterView hv && hv.TextLabel != null)
{
hv.TextLabel.TextColor = ThemeHelpers.MutedColor;
hv.BackgroundColor = ThemeHelpers.ListHeaderBackgroundColor;
}
}
@@ -19,6 +20,7 @@ namespace Bit.iOS.Core.Views
if(footerView != null && footerView is UITableViewHeaderFooterView fv && fv.TextLabel != null)
{
fv.TextLabel.TextColor = ThemeHelpers.MutedColor;
fv.BackgroundColor = ThemeHelpers.ListHeaderBackgroundColor;
}
}
}