Skip to content

Commit

Permalink
SK-1625 add base style to card number in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-shravan committed Sep 23, 2024
1 parent 461649b commit b1b12cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/src/CollectElements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ const CollectElements = props => {
};

const cardNumElementInputStyles = StyleSheet.create({
base: {
color: '#1d1d1d',
},
invalid: {
color: '#f44336',
},
Expand Down

0 comments on commit b1b12cf

Please sign in to comment.