Ensure notifications align with new post alignment

This commit is contained in:
Eric Bailey
2024-09-25 15:30:30 -05:00
parent f54241c4cf
commit b11156b2dc
+1 -1
View File
@@ -625,7 +625,7 @@ const styles = StyleSheet.create({
flexDirection: 'row', flexDirection: 'row',
}, },
layoutIcon: { layoutIcon: {
width: 70, width: 60,
alignItems: 'flex-end', alignItems: 'flex-end',
paddingTop: 2, paddingTop: 2,
}, },