We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fed00c commit add4e23Copy full SHA for add4e23
src/types.ts
@@ -353,7 +353,7 @@ type RevolutPayButtonStyleOptions = {
353
export type ButtonStyleOptions = {
354
height?: string
355
size?: 'large' | 'small'
356
- radius?: 'none' | 'small' | 'large'
+ radius?: 'none' | 'small' | 'large' | 'round'
357
variant?: 'dark' | 'light' | 'light-outlined'
358
action?: 'donate' | 'pay' | 'subscribe' | 'buy'
359
} & Partial<RevolutPayButtonStyleOptions>
0 commit comments