From fbaa44672ccdda3083888b70be12751e7d18c929 Mon Sep 17 00:00:00 2001 From: banklesss Date: Thu, 12 Dec 2024 14:29:46 +0100 Subject: [PATCH] CR: update --- apps/wallet-mobile/src/components/Button/Button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wallet-mobile/src/components/Button/Button.tsx b/apps/wallet-mobile/src/components/Button/Button.tsx index aa66f406c4..8428503638 100644 --- a/apps/wallet-mobile/src/components/Button/Button.tsx +++ b/apps/wallet-mobile/src/components/Button/Button.tsx @@ -155,6 +155,7 @@ const useStyles = ({ backgroundColor, ...atoms.flex, ...atoms.flex_row, + ...atoms.flex_grow, ...atoms.align_start, ...atoms.justify_center, ...shape,