Skip to content

Commit

Permalink
Merge pull request #93 from hanzoai/commerce/checkout-style-fix
Browse files Browse the repository at this point in the history
Commerce: updated card input border styles
  • Loading branch information
zeekay authored Apr 17, 2024
2 parents ba08862 + efff614 commit bcf7691
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ const PayWithCard: React.FC<PaymentMethodComponentProps> = observer(({
<CreditCard
style={{
'.input-container': {
borderColor: '#404040',
borderRadius: '6px',
borderColor: '#666666',
borderRadius: '8px',
},
'.input-container.is-focus': {
borderColor: '#ffffff',
Expand Down

0 comments on commit bcf7691

Please sign in to comment.