Fix left-alignment on notifications

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