|
|
@@ -531,9 +531,9 @@ const AmountInputModal = ({ visible, onClose, onConfirm }) => {
|
|
|
const amounts = [
|
|
|
// { amount: 1, percentage: 0 },
|
|
|
{ amount: 200, percentage: 0 },
|
|
|
- { amount: 500, percentage: 8 },
|
|
|
- { amount: 1000, percentage: 13 },
|
|
|
- { amount: 2000, percentage: 18 }
|
|
|
+ { amount: 500, percentage: 5 },
|
|
|
+ { amount: 1000, percentage: 10 },
|
|
|
+ { amount: 2000, percentage: 15 }
|
|
|
];
|
|
|
|
|
|
const getFontSize = () => {
|