@umituz/react-native-notifications 1.3.6 → 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
|
@@ -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}>
|