I am trying to implement a Siri Tip view so that users can be aware of shortcuts for specific tasks. However, when I use long phrases, they do not fit within the Siri Tip view, and padding does not seem to work. How can I fix this issue?
SiriTipView(intent: SummarizeTasks(), isVisible: $tipIsShown)
.padding(.horizontal, 12)
.padding(.bottom, 16)