Fix the color of the search bar button

This commit is contained in:
Jackson Harper
2023-12-08 12:05:21 +08:00
parent ee7f921fd1
commit dd5f672f17

View File

@ -233,6 +233,7 @@ struct AnimatingCellHeight: AnimatableModifier {
action: { searchPresented = true },
label: {
Image(systemName: "magnifyingglass")
.foregroundColor(Color.appGrayTextContrast)
}
)
}