mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
search bar bg is same as list header
This commit is contained in:
@@ -26,10 +26,7 @@ namespace Bit.iOS.Autofill
|
|||||||
NavItem.Title = AppResources.SearchVault;
|
NavItem.Title = AppResources.SearchVault;
|
||||||
CancelBarButton.Title = AppResources.Cancel;
|
CancelBarButton.Title = AppResources.Cancel;
|
||||||
SearchBar.Placeholder = AppResources.Search;
|
SearchBar.Placeholder = AppResources.Search;
|
||||||
if(!ThemeHelpers.LightTheme)
|
SearchBar.BackgroundColor = SearchBar.BarTintColor = ThemeHelpers.ListHeaderBackgroundColor;
|
||||||
{
|
|
||||||
SearchBar.BackgroundColor = SearchBar.BarTintColor = ThemeHelpers.BackgroundColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
TableView.RowHeight = UITableView.AutomaticDimension;
|
TableView.RowHeight = UITableView.AutomaticDimension;
|
||||||
TableView.EstimatedRowHeight = 44;
|
TableView.EstimatedRowHeight = 44;
|
||||||
|
|||||||
Reference in New Issue
Block a user