From 779556f36dcf889b162d0f09073f4bf10eaf6d01 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 17 Jan 2023 16:22:34 -0600 Subject: [PATCH] Fix left-alignment on notifications --- src/view/com/notifications/FeedItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index c374b144d1..013bb75e04 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -239,7 +239,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', }, layoutIcon: { - width: 35, + width: 60, alignItems: 'flex-end', }, icon: {