Preserve Tailwind's default blue color scale#6453
Merged
tvdeyen merged 1 commit intosolidusio:mainfrom Apr 27, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6453 +/- ##
=======================================
Coverage 89.66% 89.66%
=======================================
Files 990 990
Lines 20793 20793
=======================================
Hits 18645 18645
Misses 2148 2148 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jarednorman
approved these changes
Apr 25, 2026
tvdeyen
reviewed
Apr 27, 2026
Member
tvdeyen
left a comment
There was a problem hiding this comment.
I wonder how the admin tailwind config messes with the frontend TW config (if this is the issue you are trying to solve?)
tvdeyen
approved these changes
Apr 27, 2026
Member
tvdeyen
left a comment
There was a problem hiding this comment.
Ah, I see. We actually extend the Storefronts TW config with our admin theme config. This is not good and should be revisited. But for now, this solves an actual bug. Thank you
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.
Summary
bluepalette entry tosolidus-blue.body-linkusing the Solidus brand color through the new namespaced tokenblue-*color scale in host apps using the Solidus Admin presetCloses #6405
Notes
Tailwind presets merge theme extensions into the host app. Defining
colors.blueas a single hex value removes the defaultblue-50throughblue-950scale, so standard utilities such asbg-blue-600are unavailable. A namespaced token keeps Solidus Admin's brand color without taking over Tailwind's blue scale.Testing
node -c admin/config/tailwind.config.jsgit diff --check