Ensure notifications align with new post alignment (#5486)

This commit is contained in:
Eric Bailey
2024-09-25 15:39:03 -05:00
committed by GitHub
parent f54241c4cf
commit fd15bfec40
+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,
}, },