Integrate settings into design system and some various fixes/tweaks

This commit is contained in:
Paul Frazee
2022-12-30 15:11:47 -06:00
parent 355749e605
commit dec9d97171
3 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ export const Menu = ({
icon={<BellIcon style={pal.text as StyleProp<ViewStyle>} size="28" />}
label="Notifications"
url="/notifications"
count={store.me.notificationCount || 10}
count={store.me.notificationCount}
/>
</View>
<View style={[styles.section, pal.border]}>