) => setOrdersDateFrom(e.target.value)}
controlSize="sm"
variant="muted"
- className="bg-white/5 border border-white/10 rounded px-2 py-1 text-[10px] text-gray-200 focus:outline-none focus:ring-2 focus:ring-orange-500/40"
/>
) => setOrdersDateTo(e.target.value)}
controlSize="sm"
variant="muted"
- className="bg-white/5 border border-white/10 rounded px-2 py-1 text-[10px] text-gray-200 focus:outline-none focus:ring-2 focus:ring-orange-500/40"
/>
@@ -1652,7 +1650,7 @@ export const PositionsTab = ({ botState, onManageHolding }: PositionsTabProps) =
onClick={() => setOrdersSortDirection((current) => current === 'desc' ? 'asc' : 'desc')}
variant="outline"
size="sm"
- className="h-auto px-2 py-1 rounded border border-white/10 text-[9px] font-bold uppercase tracking-wider text-gray-300 hover:bg-white/5 transition-colors"
+ className="min-h-7 px-2 text-[9px]"
>
{ordersSortDirection === 'desc' ? 'Newest' : 'Oldest'}
@@ -1807,7 +1805,6 @@ export const PositionsTab = ({ botState, onManageHolding }: PositionsTabProps) =
disabled={ordersPage === 1}
variant="outline"
size="sm"
- className="h-auto px-3 py-1.5 rounded border border-white/10 disabled:opacity-40 disabled:cursor-not-allowed hover:bg-white/5 transition-colors"
>
Prev
@@ -1820,7 +1817,6 @@ export const PositionsTab = ({ botState, onManageHolding }: PositionsTabProps) =
disabled={ordersPage >= ordersTotalPages}
variant="outline"
size="sm"
- className="h-auto px-3 py-1.5 rounded border border-white/10 disabled:opacity-40 disabled:cursor-not-allowed hover:bg-white/5 transition-colors"
>
Next
@@ -1880,7 +1876,7 @@ export const PositionsTab = ({ botState, onManageHolding }: PositionsTabProps) =
]}
controlSize="sm"
variant="muted"
- className="w-full bg-white/5 border border-white/10 rounded px-2 py-1 text-[10px] font-semibold text-gray-200 focus:outline-none focus:ring-2 focus:ring-cyan-500/40"
+ className="w-full"
/>