-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make sure custom colours don't override newsletter modern style #2427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works!
Thanks @dkoo! |
Hey @laurelfulford, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
## [2.4.3-alpha.1](v2.4.2...v2.4.3-alpha.1) (2025-01-23) ### Bug Fixes * make sure custom colours don't override newsletter modern style ([#2427](#2427)) ([651b875](651b875))
🎉 This PR is included in version 2.4.3-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [2.4.3](v2.4.2...v2.4.3) (2025-02-03) ### Bug Fixes * make sure custom colours don't override newsletter modern style ([#2427](#2427)) ([651b875](651b875))
🎉 This PR is included in version 2.4.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This PR fixes a contrast issue with the theme's checkbox styles, and the Newsletter Subscription Block's modern style -- the theme typically uses the secondary colour for the checkbox background, but the modern style always uses black. When you pick a light secondary colour, the checkmark ends up being black, which can't be seen against the black background.
See 1200550061930446-as-1208925182714392
How to test the changes in this Pull Request:
npm run build
.Other information: