File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Modules/Sources/PointOfSale/Presentation/Settings Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -182,25 +182,22 @@ struct PointOfSaleSettingsHardwareDetailView: View {
182182 VStack ( spacing: POSPadding . xSmall) {
183183 HStack {
184184 Text ( Localization . readerModelTitle)
185- . font ( . posBodyMediumRegular( ) )
186185 . foregroundStyle ( . primary)
187186 Spacer ( )
188187 Text ( cardReaderName)
189- . font ( . posBodyMediumRegular( ) )
190188 . foregroundStyle ( . secondary)
191189 }
192190 . padding ( )
193191 HStack {
194192 Text ( Localization . readerBatteryTitle)
195- . font ( . posBodyMediumRegular( ) )
196193 . foregroundStyle ( . primary)
197194 Spacer ( )
198195 Text ( formattedBatteryLevel)
199- . font ( . posBodyMediumRegular( ) )
200196 . foregroundStyle ( . secondary)
201197 }
202198 . padding ( )
203199 }
200+ . font ( . posBodyMediumRegular( ) )
204201 } else {
205202 POSSettingsCardView ( title: Localization . cardReaderConnectTitle,
206203 subtitle: Localization . cardReaderConnectSubtitle,
You can’t perform that action at this time.
0 commit comments