Dev Units
@@ -1166,7 +1166,7 @@ const App: React.FC = () => {
onClick={() => setDevUnitsSubView('graph')}
className={`px-3 sm:px-4 py-1.5 sm:py-2 rounded-md text-xs sm:text-sm font-medium transition-all duration-200 ${
devUnitsSubView === 'graph'
- ? 'bg-[#DFA84A] text-surface-900 shadow-md'
+ ? 'bg-pdd-goldActive text-surface-900 shadow-md'
: 'text-surface-300 hover:text-white hover:bg-surface-700/50'
}`}
>
@@ -1176,7 +1176,7 @@ const App: React.FC = () => {
onClick={() => setDevUnitsSubView('list')}
className={`px-3 sm:px-4 py-1.5 sm:py-2 rounded-md text-xs sm:text-sm font-medium transition-all duration-200 ${
devUnitsSubView === 'list'
- ? 'bg-[#DFA84A] text-surface-900 shadow-md'
+ ? 'bg-pdd-goldActive text-surface-900 shadow-md'
: 'text-surface-300 hover:text-white hover:bg-surface-700/50'
}`}
>
diff --git a/pdd/frontend/components/BatchFilterDropdown.tsx b/pdd/frontend/components/BatchFilterDropdown.tsx
index 3db2b9e9c..be07c343d 100644
--- a/pdd/frontend/components/BatchFilterDropdown.tsx
+++ b/pdd/frontend/components/BatchFilterDropdown.tsx
@@ -85,7 +85,7 @@ const BatchFilterDropdown: React.FC
= ({
className={`px-3 py-1.5 rounded-lg text-sm font-medium flex items-center gap-1.5 transition-colors ${
disabled || selectedRemaining === 0
? 'bg-surface-700 text-surface-500 cursor-not-allowed'
- : 'bg-gradient-to-r from-[#FDCE49] to-[#DFA84A] hover:from-[#FFD966] hover:to-[#FDCE49] text-surface-900'
+ : 'bg-gradient-to-r from-pdd-gold to-pdd-goldActive hover:from-pdd-goldHover hover:to-pdd-gold text-surface-900'
}`}
>