fix(desktop): content surface is the palette background — pure white, real contrast - #690
Merged
Merged
Conversation
… real contrast The darwin glass palette stepped the content container down 0.015 (measured 0.985) 'so it wouldn't glare against vibrancy', which collapsed the card↔canvas contrast to Δ0.009 — the maintainer read it as 'content isn't pure white and barely separates from the sidebar'. The card is now the palette background verbatim (CDP-measured 1.0); separation is the canvas/sidebar's job (surface-canvas −0.024 + vibrancy), matching the reference's white-card-on-gray-shell. Dark glass keeps its +0.035 elevation. Desktop 2293/2293.
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer report: the right content surface isn't pure white and contrasts too weakly with the sidebar. Root-caused by CDP + token tracing: the darwin glass palette derived the content container at background−0.015 (measured 0.985), leaving card↔canvas Δ at 0.009. The container is now
var(--background)verbatim (measured 1.0 after; Δ0.024+ vs canvas), matching the reference's white-card-on-gray-shell model. Dark glass keeps its +0.035 elevation (dark cards elevate lighter). Desktop 2293/2293 exit-code gated.