mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Max accessibility size for the filter menus otherwise UI blows up
This commit is contained in:
parent
445600cd3a
commit
09f40cf6c6
1 changed files with 1 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
}
|
||||
.listRowSeparator(.hidden)
|
||||
}
|
||||
.dynamicTypeSize(.small ... .accessibility1)
|
||||
}
|
||||
|
||||
func menuItems(for item: LinkedItem) -> some View {
|
||||
|
|
|
|||
Loading…
Reference in a new issue