Align --surface-warm-muted to WorkClaw prod (#1a1a1a → #1f1f1f)
Verified against workclaw.com's own compiled CSS (.dark scope defines --surface-warm-muted:#1f1f1f). Used by 11 components (composer, credits, welcome chips, tabs, app tiles). Subtle — below the visual-diff threshold, so baselines are unchanged — but it's the correct prod value. Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
62d4338309
commit
c7b71f0ae9
@@ -114,7 +114,7 @@
|
|||||||
@theme {
|
@theme {
|
||||||
/* raised surfaces + extra foregrounds */
|
/* raised surfaces + extra foregrounds */
|
||||||
--color-surface-warm: #141414; /* raised tier 1 */
|
--color-surface-warm: #141414; /* raised tier 1 */
|
||||||
--color-surface-warm-muted: #1a1a1a; /* raised tier 2 */
|
--color-surface-warm-muted: #1f1f1f; /* raised tier 2 (WorkClaw prod value) */
|
||||||
--color-subtle: #141414;
|
--color-subtle: #141414;
|
||||||
--color-hover-bg: #171717; /* generic hover fill */
|
--color-hover-bg: #171717; /* generic hover fill */
|
||||||
--color-divider-subtle: #1a1a1a;
|
--color-divider-subtle: #1a1a1a;
|
||||||
|
|||||||
Reference in New Issue
Block a user