From d13a764ac690d28654e3dbe8d473a794b847b2e1 Mon Sep 17 00:00:00 2001 From: krishna2323 Date: Mon, 15 Jul 2024 03:28:05 +0530 Subject: [PATCH] fix: iOS - Distance - Top left corner of the distance receipt is sharp instead of rounded. Signed-off-by: krishna2323 --- src/styles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.ts b/src/styles/index.ts index 9d7bc9ab05ad..efdf66a2732a 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4027,6 +4027,7 @@ const styles = (theme: ThemeColors) => backgroundColor: colors.green800, borderRadius: 20, width: 335, + overflow: 'hidden', }, eReceiptBackgroundThumbnail: {