From dd5f672f1705f5c27f9799432227ce4bf051d638 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 8 Dec 2023 12:05:21 +0800 Subject: [PATCH] Fix the color of the search bar button --- apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index 3eed0e2d0..cb0f2d52a 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -233,6 +233,7 @@ struct AnimatingCellHeight: AnimatableModifier { action: { searchPresented = true }, label: { Image(systemName: "magnifyingglass") + .foregroundColor(Color.appGrayTextContrast) } ) }