Skip to content

Commit 19a75ae

Browse files
committed
Limit the size of notices to keep the list visible
1 parent b67f14a commit 19a75ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Sources/PointOfSale/Presentation/Reusable Views/POSNoticeView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ struct POSNoticeView<Content: View>: View {
4545
.accessibilityElement(children: .combine)
4646
}
4747
}
48+
.dynamicTypeSize(...DynamicTypeSize.accessibility2)
4849
.frame(maxWidth: .infinity, alignment: .leading)
4950

5051
if let onDismiss {

0 commit comments

Comments
 (0)