From e4a5c5ab155fd270ef3fad0c3579d8214ac4af78 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 15 Jul 2021 15:52:22 -0400 Subject: Adjust pill position --- src/components/notifications/NotificationPill.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/notifications/NotificationPill.tsx b/src/components/notifications/NotificationPill.tsx index 525cd7fa..3b42aadf 100644 --- a/src/components/notifications/NotificationPill.tsx +++ b/src/components/notifications/NotificationPill.tsx @@ -58,7 +58,7 @@ export const NotificationPill: React.FC = ({ __px: number, __py: number, ) => { - const x = SCREEN_WIDTH / 2 - width / 2; + const x = SCREEN_WIDTH * 0.7 - width / 2; const y = isIPhoneX() ? CHIN_HEIGHT + NAV_BAR_HEIGHT + navBarPos : NAV_BAR_HEIGHT + navBarPos; -- cgit v1.2.3-70-g09d2