mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 22:57:55 +00:00
refactor(core): Apply various updates and fixes across components
This commit is contained in:
@@ -114,8 +114,8 @@ export function TradeModal({ offer, onClose }: TradeModalProps) {
|
||||
step="0.01"
|
||||
value={amount}
|
||||
onChange={(e) => setAmount(e.target.value)}
|
||||
placeholder={`Enter amount (max ${offer.remaining_amount})`}
|
||||
className="bg-gray-800 border-gray-700 text-white"
|
||||
placeholder="Amount"
|
||||
className="bg-gray-800 border-gray-700 text-white placeholder:text-gray-500 placeholder:opacity-50"
|
||||
/>
|
||||
{offer.min_order_amount && (
|
||||
<p className="text-xs text-gray-500 mt-1">
|
||||
|
||||
Reference in New Issue
Block a user