1
0
mirror of https://github.com/bitwarden/mobile synced 2025-02-01 11:07:16 +01:00

search bar bg is same as list header

This commit is contained in:
Kyle Spearrin 2019-07-02 19:36:11 -04:00
parent a064a6cf9b
commit 69100d7db5

View File

@ -26,10 +26,7 @@ namespace Bit.iOS.Autofill
NavItem.Title = AppResources.SearchVault;
CancelBarButton.Title = AppResources.Cancel;
SearchBar.Placeholder = AppResources.Search;
if(!ThemeHelpers.LightTheme)
{
SearchBar.BackgroundColor = SearchBar.BarTintColor = ThemeHelpers.BackgroundColor;
}
SearchBar.BackgroundColor = SearchBar.BarTintColor = ThemeHelpers.ListHeaderBackgroundColor;
TableView.RowHeight = UITableView.AutomaticDimension;
TableView.EstimatedRowHeight = 44;