Skip to content

Commit

Permalink
Fixes CVV placeholder documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Jul 10, 2023
1 parent 7d47b27 commit 66a4206
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/1-components/individual/CardCvvElement.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ export const Default = {

export const Placeholder = {
args: {
placeholder: {
content: 'CVV'
style: {
placeholder: {
content: 'CVV'
}
}
}
};
Expand Down

0 comments on commit 66a4206

Please sign in to comment.