Skip to content
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

chore: change the color palette #48

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

marcosh-ramos
Copy link
Collaborator

@marcosh-ramos marcosh-ramos commented Jan 17, 2025

closes #35
closes #45

What?

With this task we are changing the colors to use the new variants introduced by storyblok.

Why?

How to test? (optional)

Open the preview and check the palette of colors and how it looks in the components.

Copy link

vercel bot commented Jan 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 6:10pm

@marcosh-ramos marcosh-ramos changed the title Change the color palette chore: change the color palette Jan 17, 2025
@@ -28,7 +28,7 @@ export const Shadows = () => {
Display
</Typography>
</Grid>
{Object.keys(theme.shadows).map((index) => (
{Object.keys(theme.shadows.slice(0, 5)).map((index) => (
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did this because for the design system we only have 4 variants of shadow

Copy link
Collaborator

@SiloGecho97 SiloGecho97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update text.secondary Adjust primary color
2 participants