Remove gradient in some places for visibility

Changelog-Changed: Remove gradient in some places for visibility
This commit is contained in:
ericholguin
2023-03-29 15:19:11 -06:00
committed by William Casarin
parent f2ce146e98
commit 39f39c7382
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ struct SearchHomeView: View {
if(!search.isEmpty) {
Text("Cancel", comment: "Cancel out of search view.")
.foregroundStyle(LINEAR_GRADIENT)
.foregroundColor(.accentColor)
.padding(EdgeInsets(top: 0.0, leading: 0.0, bottom: 0.0, trailing: 10.0))
.onTapGesture {
self.search = ""