Skip to content

Commit

Permalink
New button radius option (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbents authored Aug 22, 2023
1 parent 6fed00c commit add4e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ type RevolutPayButtonStyleOptions = {
export type ButtonStyleOptions = {
height?: string
size?: 'large' | 'small'
radius?: 'none' | 'small' | 'large'
radius?: 'none' | 'small' | 'large' | 'round'
variant?: 'dark' | 'light' | 'light-outlined'
action?: 'donate' | 'pay' | 'subscribe' | 'buy'
} & Partial<RevolutPayButtonStyleOptions>
Expand Down

0 comments on commit add4e23

Please sign in to comment.