diff --git a/web/src/components/strategy/VisualRuleBuilder.tsx b/web/src/components/strategy/VisualRuleBuilder.tsx index 57c235a..ad64bf3 100644 --- a/web/src/components/strategy/VisualRuleBuilder.tsx +++ b/web/src/components/strategy/VisualRuleBuilder.tsx @@ -99,7 +99,7 @@ function RuleCard({ alignItems: 'center', gap: 10, marginBottom: 8, - boxShadow: isDragging ? '0 8px 24px rgba(0,0,0,0.12)' : undefined, + boxShadow: isDragging ? 'var(--card-shadow)' : undefined, }; const sel: React.CSSProperties = { @@ -117,18 +117,18 @@ function RuleCard({