From a63cc7ff5e72a65a2540ad42737589a43a37bb1e Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 24 Jul 2023 16:11:56 +0800 Subject: [PATCH] Force the colour of the menu dropdown --- 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 7ccd706d4..3b1a8501c 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -155,6 +155,7 @@ struct AnimatingCellHeight: AnimatableModifier { }, label: { Image.utilityMenu }) + .foregroundColor(.appGrayTextContrast) } else { EmptyView() }