Skip to content

Commit

Permalink
Update types for PMM element (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
alb-stripe committed Oct 31, 2022
1 parent 9db86f7 commit 17c5715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/stripe-js/elements/payment-method-messaging.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ export interface StripePaymentMethodMessagingElementOptions {
| 'SE';

/**
* The font color of the promotional message.
* The logo color to display in the message. Defaults to black
*/
darkMode?: boolean;
logoColor?: 'black' | 'white' | 'color';

/**
* The font size of the promotional message.
Expand Down

0 comments on commit 17c5715

Please sign in to comment.