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:
parent
a064a6cf9b
commit
69100d7db5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user