mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix the color of the search bar button
This commit is contained in:
parent
ee7f921fd1
commit
dd5f672f17
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
action: { searchPresented = true },
|
||||
label: {
|
||||
Image(systemName: "magnifyingglass")
|
||||
.foregroundColor(Color.appGrayTextContrast)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue