Skip to content

Commit

Permalink
fix: Show user input inside credit card field (#10656)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun committed Aug 23, 2024
1 parent 5eaee8b commit 413f916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Components/CreditCardField/CreditCardField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const CreditCardField: React.FC<CreditCardFieldProps> = ({ onCardChange }
backgroundColor: color("white100"),
fontSize: textStyle.fontSize,
fontFamily: textStyle.fontFamily,
textColor: color("black100"),
placeholderColor: color("black60"),
}}
style={{
Expand Down

0 comments on commit 413f916

Please sign in to comment.