File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
WooCommerce/Classes/POS/Presentation Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ struct PointOfSaleCollectCashView: View {
5757
5858 if let changeDue = changeDueMessage {
5959 Text ( changeDue)
60- . font ( . posBodyLargeRegular ( ) )
60+ . font ( . posBodySmallRegular ( ) )
6161 . foregroundColor ( . posOnSurfaceVariantHighest)
6262 }
6363
6464 if let errorMessage = errorMessage {
6565 Text ( errorMessage)
66- . font ( POSFontStyle . posBodyLargeRegular ( ) )
67- . foregroundColor ( . red )
66+ . font ( POSFontStyle . posBodySmallRegular ( ) )
67+ . foregroundColor ( . posError )
6868 . padding ( . bottom, Constants . errorMessagePadding)
6969 }
7070
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ struct POSSendReceiptView: View {
5555
5656 if let errorMessage = errorMessage {
5757 Text ( errorMessage)
58- . font ( POSFontStyle . posBodyLargeRegular ( ) )
59- . foregroundColor ( . red )
58+ . font ( POSFontStyle . posBodySmallRegular ( ) )
59+ . foregroundColor ( . posError )
6060 . padding ( . bottom, Constants . errorMessagePadding)
6161 }
6262
You can’t perform that action at this time.
0 commit comments