Give 4 white admin pages the standard bg-blue-100 tint - #2288
Merged
Conversation
Four admin pages painted their content column white via page_bg_class to blend with the old white body. With the site canvas now cream, plain white read as an odd band, and cream would drop their admin cue. Switch them to bg-blue-100 so they match every other admin page's content tint over the cream canvas. All other bg-white usages are cards/inputs/modals — intended surfaces that stay white. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
🤖 suggested review level: 1 Skim 👀 four page_bg_class values swapped white → the standard admin blue, spec updated
What is the goal of this PR and why is this important?
comments/index,people/all_comments,events/edit_staff,notifications/index) painted their content column plain white viapage_bg_class, unlike every other admin page which usesbg-blue-100.How did you approach the change?
page_bg_classfrom… bg-whiteto… bg-blue-100(policy marker unchanged).page_bg_class_alignment_specto match (218 examples, 0 failures).Anything else to add?