@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-settings",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Settings management for React Native apps - user preferences, theme, language, notifications",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -131,8 +131,9 @@ const styles = StyleSheet.create({
131
131
  flexDirection: "row",
132
132
  alignItems: "center",
133
133
  justifyContent: "space-between",
134
- paddingHorizontal: 16,
135
- paddingVertical: 14,
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: 40,
144
- height: 40,
145
- borderRadius: 8,
144
+ width: 44,
145
+ height: 44,
146
+ borderRadius: 12,
146
147
  justifyContent: "center",
147
148
  alignItems: "center",
148
- marginRight: 12,
149
+ marginRight: 16,
149
150
  },
150
151
  textContainer: {
151
152
  flex: 1,