1746 radio bottom sheet (#1769)

* Update radio bottom sheet element margins and paddings

* Update radio button row element margins and paddings

* Revert "Update radio button row element margins and paddings"

This reverts commit 269882b93c.

* Label margin

* Explainer

* Add four pixel between radio button and text

* Actually, let's patch the radio button to not have intrinsic margin, that makes everything easy peasy

* Create react-native-paper+5.12.3.patch

* Add margin between label and description

* RadioButtonRow TS

* Icon is optional

* Update RadioButtonSheet.js

* RadioButtonSheet TS

* Radio labels in ExploreFilters should be smaller

* BottomSheetStandardBackdrop TS

* Move key

* Update Settings radio button containers

* Update containers of radio filters

* Modal TS

* Update types

* Update types

* Update interface

* Update types

* Update types
This commit is contained in:
Johannes Klein
2024-07-04 12:24:03 +02:00
committed by GitHub
parent 57cb7cba85
commit 3fd5b717c1
17 changed files with 226 additions and 192 deletions

View File

@@ -0,0 +1,12 @@
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,