From c1e3a32c63c6e3ce976193afca0b39d84b573d35 Mon Sep 17 00:00:00 2001 From: Yauheni Date: Thu, 26 Oct 2023 00:20:06 +0200 Subject: [PATCH] Fix bug with Amount in the Distance e-receipt is cut off when device font size is minimum --- src/styles/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/styles.ts b/src/styles/styles.ts index d08b947ff680..cac43d2cd1f3 100644 --- a/src/styles/styles.ts +++ b/src/styles/styles.ts @@ -3324,7 +3324,6 @@ const styles = (theme: ThemeDefault) => eReceiptAmount: { ...headlineFont, fontSize: variables.fontSizeXXXLarge, - lineHeight: variables.lineHeightXXXLarge, color: colors.green400, },