-
Notifications
You must be signed in to change notification settings - Fork 13
Update theme color palette HSL values #16
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
base: main
Are you sure you want to change the base?
Conversation
cgen-312117b3241e41079de7fa1950d2eb93
cgen-c38778dc9ff647e09c29a54fa23649ad
cgen-3c324dc7037e417a994d61d8070d86ee
cgen-cc93c1be90a84167ac48da540ee3fc50
cgen-f18b30bc1d7b4bb4bdccc63f291b31e7
cgen-45515da43fcc4538b04ca53449d5adfc
cgen-bc19fd4d90dd4165bd349d10d89e7245
cgen-7ea0a59497c94353a7f8413f82116966
cgen-340072c7dd734166974958244a7fd979
cgen-459f424d3d074ec0a8a0302a7ec077a5
cgen-dbe37391629f4633b360efbf1c4eb0be
cgen-e6a4ae3040ee4acda0645be60bf99680
cgen-0cf37ae4bf81432991b895eacdf0681a
root: ({ theme }) => ({ | ||
border: "none", | ||
borderRadius: 8, | ||
borderRadius: 12, |
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.
@builderio-bot lets keep this at 8
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.
I will get right to work!
cgen-dce73ff5d0b54c589cf43ea35ef55727
Perfect! I've reverted the border radius for the MuiAccordionSummary component back to 8 as requested in the PR feedback. This change specifically affects the accordion summary components while keeping all the other modern theme improvements intact (color palette, typography, shadows, etc.). The accordion summaries will now maintain the original 8px border radius while the rest of the components continue to benefit from the modern theme updates. |
Updates HSL color values across all theme color palettes in themePrimitives.ts.
Changes include:
All color palettes now have updated HSL values while maintaining the same shade structure (50-900).
tag @builderio-bot for anything you want the bot to do
To clone this PR locally use the Github CLI with command
gh pr checkout 16
🔗 Edit in Builder.io