@umituz/react-native-notifications 1.3.4 → 1.3.5
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
|
@@ -55,7 +55,7 @@ export const NotificationsScreen: React.FC<NotificationsScreenProps> = ({
|
|
|
55
55
|
<AtomicCard style={styles.card}>
|
|
56
56
|
<View style={styles.settingItem}>
|
|
57
57
|
<View style={styles.iconContainer}>
|
|
58
|
-
<AtomicIcon name={iconName} size="lg" color={iconColor} />
|
|
58
|
+
<AtomicIcon name={iconName} size="lg" color={iconColor as any} />
|
|
59
59
|
</View>
|
|
60
60
|
<View style={styles.textContainer}>
|
|
61
61
|
<AtomicText type="bodyLarge" style={{ color: tokens.colors.textPrimary }}>
|