From 038476c01a2a809bc127a34e40e028a4ebc1d4ea Mon Sep 17 00:00:00 2001 From: Avinash Lingaloo Date: Thu, 5 May 2022 15:05:24 +0400 Subject: [PATCH] bumping the toast vertically by 4px --- app/screens/snack_bar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/snack_bar/index.tsx b/app/screens/snack_bar/index.tsx index 1ffd970a40..3787414514 100644 --- a/app/screens/snack_bar/index.tsx +++ b/app/screens/snack_bar/index.tsx @@ -43,7 +43,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => { height: 80, width: '100%', position: 'absolute', - bottom: 100, + bottom: 104, }, toast: { width: '100%',