@umituz/react-native-notifications 1.3.5 → 1.3.6

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-notifications",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Offline-first local notifications system for React Native apps using expo-notifications",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -158,7 +158,7 @@ const SettingRow: React.FC<SettingRowProps> = ({ iconName, title, description, v
158
158
  <AtomicIcon name={iconName} size="md" color="primary" />
159
159
  </View>
160
160
  <View style={styles.textContainer}>
161
- <AtomicText type="bodyLarge">{title}</AtomicText>
161
+ <AtomicText type="bodyLarge" style={{ color: tokens.colors.textPrimary }}>{title}</AtomicText>
162
162
  <AtomicText type="bodySmall" style={styles.description}>{description}</AtomicText>
163
163
  </View>
164
164
  <Switch