Skip to content

Commit add4e23

Browse files
authored
New button radius option (#74)
1 parent 6fed00c commit add4e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ type RevolutPayButtonStyleOptions = {
353353
export type ButtonStyleOptions = {
354354
height?: string
355355
size?: 'large' | 'small'
356-
radius?: 'none' | 'small' | 'large'
356+
radius?: 'none' | 'small' | 'large' | 'round'
357357
variant?: 'dark' | 'light' | 'light-outlined'
358358
action?: 'donate' | 'pay' | 'subscribe' | 'buy'
359359
} & Partial<RevolutPayButtonStyleOptions>

0 commit comments

Comments
 (0)