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

[base-ui][docs] Standardize grey palette across demos #39504

Merged
merged 96 commits into from
Oct 18, 2023

Conversation

zanivan
Copy link
Contributor

@zanivan zanivan commented Oct 18, 2023

This is a follow up to #38820.

This PR is to standardize the grey palette across all demos using the right tones from Figma.

const grey = {
  50: '#F3F6F9',
  100: '#E5EAF2',
  200: '#DAE2ED',
  300: '#C7D0DD',
  400: '#B0B8C4',
  500: '#9DA8B7',
  600: '#6B7A90',
  700: '#434D5B',
  800: '#303740',
  900: '#1C2025',
};

@zanivan zanivan added docs Improvements or additions to the documentation design This is about UI or UX design, please involve a designer package: base-ui Specific to @mui/base labels Oct 18, 2023
@zanivan zanivan self-assigned this Oct 18, 2023
@mui-bot
Copy link

mui-bot commented Oct 18, 2023

Netlify deploy preview

https://deploy-preview-39504--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against 29ffd2a

Copy link
Contributor

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

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

Phew... 🎨 looking good!

@zanivan zanivan merged commit 289b745 into mui:master Oct 18, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design This is about UI or UX design, please involve a designer docs Improvements or additions to the documentation package: base-ui Specific to @mui/base
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants