How can I disable dynamic type to make the custom swipe action label look smaller when iOS font size is set to very large in Accessibility Setting?
My current solution is using the view modifier .dynamicTypeSize(.xsmall), but it doesn’t seem to work.
