File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import {
3333 getEstimatedRoutingFee ,
3434 sendMax ,
3535} from '../../../utils/wallet/transactions' ;
36+ import AssetButton from '../AssetButton' ;
3637import SendNumberPad from '../Send/SendNumberPad' ;
3738import UnitButton from '../UnitButton' ;
3839
@@ -124,6 +125,9 @@ const LNURLAmount = ({
124125 />
125126 </ TouchableOpacity >
126127 < View style = { styles . actionButtons } >
128+ < View style = { styles . actionButtonContainer } >
129+ < AssetButton style = { styles . actionButton } spending = { true } />
130+ </ View >
127131 < View style = { styles . actionButtonContainer } >
128132 < UnitButton
129133 style = { styles . actionButton }
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import { Caption13Up } from '../../../styles/text';
2929import { convertToSats } from '../../../utils/conversion' ;
3030import { getNumberPadText } from '../../../utils/numberpad' ;
3131import { sendMax } from '../../../utils/wallet/transactions' ;
32+ import AssetButton from '../AssetButton' ;
3233import SendNumberPad from '../Send/SendNumberPad' ;
3334import UnitButton from '../UnitButton' ;
3435
@@ -102,6 +103,9 @@ const Amount = ({
102103 />
103104 </ TouchableOpacity >
104105 < View style = { styles . actionButtons } >
106+ < View style = { styles . actionButtonContainer } >
107+ < AssetButton style = { styles . actionButton } spending = { true } />
108+ </ View >
105109 < View style = { styles . actionButtonContainer } >
106110 < UnitButton
107111 style = { styles . actionButton }
You can’t perform that action at this time.
0 commit comments