Fix the color of the search bar button
This commit is contained in:
@ -233,6 +233,7 @@ struct AnimatingCellHeight: AnimatableModifier {
|
||||
action: { searchPresented = true },
|
||||
label: {
|
||||
Image(systemName: "magnifyingglass")
|
||||
.foregroundColor(Color.appGrayTextContrast)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user