Build [v1.14.22]

This commit is contained in:
2026-04-23 16:16:04 +03:00
parent e5bb14d945
commit 7c4441a962
25 changed files with 335 additions and 602 deletions

View File

@@ -98,7 +98,7 @@ export default function QuantityAdjustmentModal({
{/* Quantity Adjustment */}
<div>
<label className="text-sm font-medium text-slate-400 mb-3 block">
<label className="text-sm font-normal text-slate-400 mb-3 block">
Current quantity
</label>
<QuantityDisplay
@@ -112,9 +112,9 @@ export default function QuantityAdjustmentModal({
<div className="flex gap-2 pt-2">
<button
onClick={handleClose}
className="flex-1 px-4 py-2 bg-slate-800 hover:bg-slate-700 text-slate-100 rounded-lg font-medium transition-colors"
className="flex-1 px-4 py-2 bg-slate-800 hover:bg-slate-700 text-slate-100 rounded-lg font-normal transition-colors"
>
Cancel
Keep Current Quantity
</button>
</div>
</div>