diff --git a/apps/wallet-mobile/src/features/Receive/useCases/RequestSpecificAmountScreen.tsx b/apps/wallet-mobile/src/features/Receive/useCases/RequestSpecificAmountScreen.tsx index 73bf9ca721..0541ef42bc 100644 --- a/apps/wallet-mobile/src/features/Receive/useCases/RequestSpecificAmountScreen.tsx +++ b/apps/wallet-mobile/src/features/Receive/useCases/RequestSpecificAmountScreen.tsx @@ -124,7 +124,7 @@ const Modal = ({amount, address}: {amount: string; address: string}) => { return ( - + {hasAddress ? ( { flex: { ...atoms.flex_1, }, + flex_grow: { + ...atoms.flex_grow, + }, textAddressDetails: { color: color.text_gray_medium, ...atoms.body_1_lg_regular,