default for auto topup

parent d58f1e5e
......@@ -137,7 +137,7 @@
<span style="position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: #4ade80; font-weight: bold;">{{ currency_symbol }}</span>
<input type="number" id="auto-topup-amount"
style="width: 100%; padding: 10px 10px 10px 26px; background: #1a1a2e; border: 1px solid #0f3460; border-radius: 6px; color: #e0e0e0; font-size: 15px;"
value="{{ wallet.auto_topup_amount or '' }}" step="0.01" min="10">
value="{{ wallet.auto_topup_amount or '15' }}" step="0.01" min="10">
</div>
</div>
<div style="margin-bottom: 14px;">
......@@ -146,7 +146,7 @@
<span style="position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: #ffc107; font-weight: bold;">{{ currency_symbol }}</span>
<input type="number" id="auto-topup-threshold"
style="width: 100%; padding: 10px 10px 10px 26px; background: #1a1a2e; border: 1px solid #0f3460; border-radius: 6px; color: #e0e0e0; font-size: 15px;"
value="{{ wallet.auto_topup_threshold or '' }}" step="0.01" min="1">
value="{{ wallet.auto_topup_threshold or '5' }}" step="0.01" min="1">
</div>
</div>
<div style="margin-bottom: 14px; color: #a0a0a0; font-size: 13px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment