diff --git a/lib/RadioButton.tsx b/lib/RadioButton.tsx index 9e95130..ddf3a81 100644 --- a/lib/RadioButton.tsx +++ b/lib/RadioButton.tsx @@ -83,8 +83,8 @@ export default function RadioButton({ diff --git a/lib/types.ts b/lib/types.ts index 0e44bff..bf780f3 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -11,6 +11,7 @@ export type RadioButtonProps = { descriptionStyle?: StyleProp; disabled?: boolean; id: string; + innerCircleSize?: number; key?: string; label?: ReactNode | string; labelStyle?: StyleProp;