From cf531cfa4042b66406929882be310a5e6d43c090 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Thu, 14 May 2026 20:27:53 +0200 Subject: [PATCH] fix(ui): remove yellow/red row backgrounds in PricingView --- src/components/PricingView.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index 351cf3c..6177ffd 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -1929,15 +1929,7 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit, ? 'bg-blue-500/20 border-l-4 border-l-blue-400' : isValidated ? 'bg-green-400/30 border-l-4 border-l-green-400' - : saveStatus === 'error' - ? 'bg-red-400/20 border-l-4 border-l-red-500' - : saveStatus === 'pending' - ? 'bg-amber-400/20 border-l-4 border-l-amber-400' - : isCritical - ? 'bg-red-950/20' - : pricingErrors.length > 0 - ? 'bg-amber-950/10' - : '' + : '' )} > {/* Art. No. */}