@umituz/react-native-settings 1.10.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -131,8 +131,9 @@ const styles = StyleSheet.create({
|
|
|
131
131
|
flexDirection: "row",
|
|
132
132
|
alignItems: "center",
|
|
133
133
|
justifyContent: "space-between",
|
|
134
|
-
paddingHorizontal:
|
|
135
|
-
paddingVertical:
|
|
134
|
+
paddingHorizontal: 20,
|
|
135
|
+
paddingVertical: 18,
|
|
136
|
+
minHeight: 64,
|
|
136
137
|
},
|
|
137
138
|
content: {
|
|
138
139
|
flexDirection: "row",
|
|
@@ -140,12 +141,12 @@ const styles = StyleSheet.create({
|
|
|
140
141
|
flex: 1,
|
|
141
142
|
},
|
|
142
143
|
iconContainer: {
|
|
143
|
-
width:
|
|
144
|
-
height:
|
|
145
|
-
borderRadius:
|
|
144
|
+
width: 44,
|
|
145
|
+
height: 44,
|
|
146
|
+
borderRadius: 12,
|
|
146
147
|
justifyContent: "center",
|
|
147
148
|
alignItems: "center",
|
|
148
|
-
marginRight:
|
|
149
|
+
marginRight: 16,
|
|
149
150
|
},
|
|
150
151
|
textContainer: {
|
|
151
152
|
flex: 1,
|