From 54d0e4493061ba3be745d35a0e4c763263c6727e Mon Sep 17 00:00:00 2001 From: alexpolo1 Date: Wed, 5 Nov 2025 08:02:21 +0000 Subject: [PATCH] style: Change yellow material source badge to white - Changed .source-badge.static background from yellow (#fff3cd) to white - Updated text color from #856404 to neutral #6c757d - Changed border from yellow (#ffeaa7) to neutral gray (#dee2e6) - Improves readability and consistency with other badges Customer feedback: Task 12 - Change yellow material box to white --- frontend/src/components/InlineSmartPackage.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/InlineSmartPackage.css b/frontend/src/components/InlineSmartPackage.css index 9bb0393..ac8c8c0 100644 --- a/frontend/src/components/InlineSmartPackage.css +++ b/frontend/src/components/InlineSmartPackage.css @@ -650,9 +650,9 @@ } .source-badge.static { - background: #fff3cd; - color: #856404; - border-color: #ffeaa7; + background: white; + color: #6c757d; + border: 1px solid #dee2e6; } /* Detailed material item styles */