@umituz/react-native-settings 1.3.7 → 1.3.9

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.3.7",
3
+ "version": "1.3.9",
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",
@@ -261,7 +261,7 @@ export const SettingsScreen: React.FC<SettingsScreenProps> = ({
261
261
  hitSlop={{ top: 8, bottom: 8, left: 8, right: 8 }}
262
262
  testID="close-settings-button"
263
263
  >
264
- <AtomicIcon name="X" size="lg" color="textPrimary" />
264
+ <AtomicIcon name="X" size="lg" color="primary" />
265
265
  </TouchableOpacity>
266
266
  </View>
267
267