Skip to content

Commit bcf7691

Browse files
authored
Merge pull request #93 from hanzoai/commerce/checkout-style-fix
Commerce: updated card input border styles
2 parents ba08862 + efff614 commit bcf7691

File tree

1 file changed

+2
-2
lines changed
  • packages/commerce/components/checkout/payment-step-form/methods

1 file changed

+2
-2
lines changed

packages/commerce/components/checkout/payment-step-form/methods/card.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ const PayWithCard: React.FC<PaymentMethodComponentProps> = observer(({
174174
<CreditCard
175175
style={{
176176
'.input-container': {
177-
borderColor: '#404040',
178-
borderRadius: '6px',
177+
borderColor: '#666666',
178+
borderRadius: '8px',
179179
},
180180
'.input-container.is-focus': {
181181
borderColor: '#ffffff',

0 commit comments

Comments
 (0)