We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9c2f5 commit ecdc4ecCopy full SHA for ecdc4ec
Modules/Sources/PointOfSale/Presentation/Settings/POSSettingsCardView.swift
@@ -11,15 +11,14 @@ struct POSSettingsCardView: View {
11
Text(title)
12
.font(.posBodyLargeRegular())
13
.foregroundStyle(Color.posOnSurface)
14
- .dynamicTypeSize(...DynamicTypeSize.accessibility2)
15
Text(subtitle)
16
.font(.posBodyMediumRegular())
17
.foregroundStyle(.secondary)
18
19
}
20
.padding()
21
.frame(maxWidth: .infinity, alignment: .leading)
22
.background(Color.posSurfaceContainerLowest)
+ .dynamicTypeSize(...DynamicTypeSize.accessibility2)
23
.posItemCardBorderStyles()
24
25
.buttonStyle(.plain)
0 commit comments