diff --git a/BugBazaar/Screens/CartView.swift b/BugBazaar/Screens/CartView.swift index 934ee1f..7f76cc9 100644 --- a/BugBazaar/Screens/CartView.swift +++ b/BugBazaar/Screens/CartView.swift @@ -84,10 +84,10 @@ struct CartView: View { } label: { Text("CHECKOUT ยท \(grandTotal.usd)") .font(.bodyFont(14, bold: true)) - .foregroundColor(Theme.stickerGreen) + .foregroundColor(Theme.paperWhite) .frame(maxWidth: .infinity) .padding(.vertical, 16) - .background(Capsule().fill(Theme.inkBlack)) + .background(Capsule().fill(Theme.stickerGreen)) } .buttonStyle(.plain) .accessibilityIdentifier("checkout-button")