From f1eeda42499805ad23f7f0ae4709f7cf0be7a94b Mon Sep 17 00:00:00 2001 From: Mario Perrotta Date: Wed, 31 Jan 2024 14:38:54 +0100 Subject: [PATCH] chore: update --- ts/features/fci/components/ErrorComponent.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ts/features/fci/components/ErrorComponent.tsx b/ts/features/fci/components/ErrorComponent.tsx index 62eb994daf6..aef3cb828b4 100644 --- a/ts/features/fci/components/ErrorComponent.tsx +++ b/ts/features/fci/components/ErrorComponent.tsx @@ -6,6 +6,7 @@ import { ButtonSolid, ButtonSolidProps, IOPictograms, + IOSpacingScale, IOStyles, Pictogram, VSpacer @@ -44,6 +45,8 @@ export type Props = WithTestID<{ onPress: () => void; }>; +const DEFAULT_BOTTOM_PADDING: IOSpacingScale = 16; + const ErrorComponent = (props: Props) => { const dispatch = useIODispatch(); const signatureRequestId = useIOSelector(fciSignatureRequestIdSelector); @@ -154,7 +157,7 @@ const ErrorComponent = (props: Props) => { {footerButtons()}