Max accessibility size for the filter menus otherwise UI blows up

This commit is contained in:
Jackson Harper
2023-07-24 15:45:31 +08:00
parent 445600cd3a
commit 09f40cf6c6

View File

@ -354,6 +354,7 @@ struct AnimatingCellHeight: AnimatableModifier {
}
.listRowSeparator(.hidden)
}
.dynamicTypeSize(.small ... .accessibility1)
}
func menuItems(for item: LinkedItem) -> some View {