fix(ecommerce): align product set count stepper with local light theme

Add local-theme-parity overrides for .clone-ai-count-stepper

container and count value so they match the page's light palette.
This commit is contained in:
Codex
2026-06-17 11:51:14 +08:00
parent d819cecfc6
commit 98acb79a20
+11
View File
@@ -371,3 +371,14 @@
border-color: rgba(var(--accent-rgb), 0.42);
background: var(--bg-panel);
}
/* ── Product set count stepper: align with local light theme ── */
.product-clone-page[data-tool="clone"] .clone-ai-count-stepper {
border-color: var(--border-subtle);
background: var(--bg-inset);
color: var(--fg-body);
}
.product-clone-page[data-tool="clone"] .clone-ai-count-stepper b {
color: var(--fg-body);
}