diff --git a/src/components/RadioButton/RadioButtonAndroid.tsx b/src/components/RadioButton/RadioButtonAndroid.tsx index 515efe5eff..f6797e6421 100644 --- a/src/components/RadioButton/RadioButtonAndroid.tsx +++ b/src/components/RadioButton/RadioButtonAndroid.tsx @@ -153,17 +153,15 @@ const RadioButtonAndroid = ({ ]} > {checked ? ( - - - + ) : null} @@ -179,11 +177,9 @@ const styles = StyleSheet.create({ container: { borderRadius: 18, }, - radioContainer: { + radio: { alignItems: 'center', justifyContent: 'center', - }, - radio: { height: 20, width: 20, borderRadius: 10,