Skip to content

Commit

Permalink
chore: border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Feb 13, 2025
1 parent 0922da1 commit 5e3612a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ type BaseButtonCommonProps = {
accessibilityProps?: Partial<AccessibilityProps>;
variant?: 'primary' | 'secondary' | 'tertiary';
color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
borderRadius?: BaseBoxProps['borderRadius'];
} & TestID &
StyledPropsBlade &
BladeCommonEvents;
Expand Down

0 comments on commit 5e3612a

Please sign in to comment.