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() }