@@ -21,7 +21,7 @@ struct PointOfSaleSettingsStoreDetailView: View {
2121 . foregroundStyle ( . secondary)
2222 }
2323 . listRowSeparator ( . hidden)
24-
24+
2525 VStack ( alignment: . leading, spacing: POSPadding . small) {
2626 Text ( Localization . address)
2727 . font ( . posBodyMediumRegular( ) )
@@ -32,7 +32,8 @@ struct PointOfSaleSettingsStoreDetailView: View {
3232 . listRowSeparator ( . hidden)
3333 } header: {
3434 Text ( Localization . storeInformation)
35- . font ( . posBodyLargeRegular( ) )
35+ . font ( . posHeadingBold)
36+ . foregroundStyle ( . primary)
3637 . textCase ( nil )
3738 }
3839
@@ -64,7 +65,7 @@ struct PointOfSaleSettingsStoreDetailView: View {
6465 settingValueView ( for: viewModel. receiptInformation. email)
6566 }
6667 . listRowSeparator ( . hidden)
67-
68+
6869 VStack ( alignment: . leading, spacing: POSPadding . small) {
6970 Text ( Localization . refundReturnsPolicy)
7071 . font ( . posBodyMediumRegular( ) )
@@ -73,7 +74,8 @@ struct PointOfSaleSettingsStoreDetailView: View {
7374 . listRowSeparator ( . hidden)
7475 } header: {
7576 Text ( Localization . receiptInformation)
76- . font ( . posBodyLargeRegular( ) )
77+ . font ( . posHeadingBold)
78+ . foregroundStyle ( . primary)
7779 . textCase ( nil )
7880 }
7981 . renderedIf ( viewModel. shouldShowReceiptInformation)
0 commit comments