diff --git a/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js b/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js index 31f7d5d..c9c9eda 100644 --- a/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js +++ b/node_modules/react-native-paper/lib/commonjs/components/RadioButton/RadioButtonAndroid.js @@ -134,7 +134,6 @@ const styles = _reactNative.StyleSheet.create({ height: 20, width: 20, borderRadius: 10, - margin: 8 }, dot: { height: 10, diff --git a/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js b/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js index 6f148f1..9014c9e 100644 --- a/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js +++ b/node_modules/react-native-paper/lib/module/components/RadioButton/RadioButtonAndroid.js @@ -124,7 +124,6 @@ const styles = StyleSheet.create({ height: 20, width: 20, borderRadius: 10, - margin: 8 }, dot: { height: 10, diff --git a/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx b/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx index 515efe5..67082de 100644 --- a/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx +++ b/node_modules/react-native-paper/src/components/RadioButton/RadioButtonAndroid.tsx @@ -187,7 +187,6 @@ const styles = StyleSheet.create({ height: 20, width: 20, borderRadius: 10, - margin: 8, }, dot: { height: 10,