@umituz/react-native-notifications 1.3.7 → 1.3.8

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.7",
3
+ "version": "1.3.8",
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",
@@ -115,8 +115,8 @@ export const NotificationSettingsScreen: React.FC<NotificationSettingsScreenProp
115
115
  <AtomicIcon name="time" size="md" color="primary" />
116
116
  </View>
117
117
  <View style={styles.textContainer}>
118
- <AtomicText type="bodyLarge">{translations.remindersTitle}</AtomicText>
119
- <AtomicText type="bodySmall" style={styles.description}>{translations.remindersDescription}</AtomicText>
118
+ <AtomicText type="bodyLarge" style={{ color: tokens.colors.textPrimary }}>{translations.remindersTitle}</AtomicText>
119
+ <AtomicText type="bodySmall" style={[styles.description, { color: tokens.colors.textSecondary }]}>{translations.remindersDescription}</AtomicText>
120
120
  </View>
121
121
  {reminders.length > 0 && (
122
122
  <View style={styles.badge}>