From 5a5835f561b3285a7940a7df901c70787740abf2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 17 Jan 2023 16:22:34 -0600 Subject: Fix left-alignment on notifications --- src/view/com/notifications/FeedItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index c374b144d..013bb75e0 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: { -- cgit 1.4.1