From 09f40cf6c68d1de72c7356d9d7de072845dda5ba Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 24 Jul 2023 15:45:31 +0800 Subject: [PATCH] Max accessibility size for the filter menus otherwise UI blows up --- 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 2dff5ed21..7ccd706d4 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -354,6 +354,7 @@ struct AnimatingCellHeight: AnimatableModifier { } .listRowSeparator(.hidden) } + .dynamicTypeSize(.small ... .accessibility1) } func menuItems(for item: LinkedItem) -> some View {