diff --git a/frontend/Components/LnPayment/index.tsx b/frontend/Components/LnPayment/index.tsx index ac48716..bcd6884 100644 --- a/frontend/Components/LnPayment/index.tsx +++ b/frontend/Components/LnPayment/index.tsx @@ -74,9 +74,28 @@ export const LnPayment: React.FC = ({ open, setOpen, event, us return { container: { backgroundColor: theme.colors.background, - padding: 16, + paddingTop: 16, + paddingRight: 16, + paddingBottom: 32, + paddingLeft: 16, borderTopRightRadius: 28, borderTopLeftRadius: 28, + height: 'auto', + }, + } + }, []) + + const rbSheetQrCustomStyles = React.useMemo(() => { + return { + container: { + backgroundColor: theme.colors.background, + paddingTop: 16, + paddingRight: 16, + paddingBottom: 32, + paddingLeft: 16, + borderTopRightRadius: 28, + borderTopLeftRadius: 28, + height: 'auto' }, } }, []) @@ -86,12 +105,11 @@ export const LnPayment: React.FC = ({ open, setOpen, event, us setOpen(false)} > - + @@ -103,18 +121,21 @@ export const LnPayment: React.FC = ({ open, setOpen, event, us