Skip to content

Commit 79ff7f1

Browse files
committed
chore(Radio): update to 5.0.0
1 parent 26ab7cf commit 79ff7f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Radio/Radio.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const Radio = forwardRef<HTMLInputElement, RadioProps>(
2323
'radio',
2424
className,
2525
clsx({
26+
'radio-xl': size === 'xl',
2627
'radio-lg': size === 'lg',
2728
'radio-md': size === 'md',
2829
'radio-sm': size === 'sm',

0 commit comments

Comments
 (0)