Fix left-alignment on notifications

This commit is contained in:
Paul Frazee
2023-01-17 16:22:34 -06:00
parent cf575cca68
commit 779556f36d
+1 -1
View File
@@ -239,7 +239,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
},
layoutIcon: {
width: 35,
width: 60,
alignItems: 'flex-end',
},
icon: {