Search improvements

This commit is contained in:
Arkadiusz Fal
2022-12-11 14:28:16 +01:00
parent e3daa738ce
commit 784fc8cfc6
3 changed files with 10 additions and 18 deletions

View File

@@ -210,11 +210,13 @@ struct SearchView: View {
Section {
FavoriteButton(item: favoriteItem)
}
} label: {
Image(systemName: "chevron.down.circle.fill")
.foregroundColor(.accentColor)
.imageScale(.medium)
HStack {
Image(systemName: "magnifyingglass")
Image(systemName: "chevron.down.circle.fill")
}
.foregroundColor(.accentColor)
.imageScale(.medium)
}
}
#endif