File tree Expand file tree Collapse file tree 3 files changed +1
-42
lines changed
POSColorPalette.xcassets/posTertiaryText.colorset Expand file tree Collapse file tree 3 files changed +1
-42
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ extension Color {
4646 static var posAlert : Color { Color ( . posAlert) }
4747 static var posOnAlert : Color { Color ( . posOnAlert) }
4848
49- // MARK: - Text Colors
50- static var posTertiaryText : Color { Color ( . posTertiaryText) }
51-
5249 // MARK: - Other
5350 static var posShadow : Color { Color ( . posShadow) }
5451}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ private extension CartView {
273273 // avoids issues when the text size is changed through dynamic type.
274274 Text ( Localization . addItemsToCartHint)
275275 . font ( Constants . secondaryFont)
276- . foregroundColor ( Color . posTertiaryText )
276+ . foregroundColor ( Color . posOnSurfaceVariantLowest )
277277 . multilineTextAlignment ( . center)
278278 . overlay ( alignment: . top) {
279279 Image ( decorative: PointOfSaleAssets . shoppingBags. imageName)
You can’t perform that action at this time.
0 commit comments