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,