[docs] Document all the colors available#26015
Merged
oliviertassinari merged 1 commit intomui:nextfrom Apr 28, 2021
pandeymangg:my-topic-branch
Merged
[docs] Document all the colors available#26015oliviertassinari merged 1 commit intomui:nextfrom pandeymangg:my-topic-branch
oliviertassinari merged 1 commit intomui:nextfrom
pandeymangg:my-topic-branch
Conversation
Member
|
@anshuman9999 It's a great first pull request on Material-UI 👌🏻. Thank you for working on it! |
Contributor
Author
|
@oliviertassinari Thank you so much for helping me out here! |
Contributor
|
@oliviertassinari , @anshuman9999 : Looking at the preview I saw that the Which instead happens in As you can see in the image those in the blue squares the values of A correspond you have values without A. Instead the one in the red squares the values do not match. I would like to understand why this choice, I have not found anything online. |
eps1lon
pushed a commit
to siriwatknp/material-ui
that referenced
this pull request
Apr 29, 2021
Member
|
@Angelk90 You are right, it looks like we overlooked this. Do you want to do a follow-up with? diff --git a/packages/material-ui/src/colors/grey.js b/packages/material-ui/src/colors/grey.js
index 038768b0bc..7c1cb9d013 100644
--- a/packages/material-ui/src/colors/grey.js
+++ b/packages/material-ui/src/colors/grey.js
@@ -9,10 +9,10 @@ const grey = {
700: '#616161',
800: '#424242',
900: '#212121',
- A100: '#d5d5d5',
- A200: '#aaaaaa',
- A400: '#616161',
- A700: '#303030',
+ A100: '#f5f5f5',
+ A200: '#eeeeee',
+ A400: '#bdbdbd',
+ A700: '#616161',
};
export default grey; |
siriwatknp
added a commit
that referenced
this pull request
May 12, 2021
* migrate to emotion * make styleProps optional * remove lint and add fn name * use yearButton from styles * revert types * [docs] Document all the colors available (#26015) * [Timeline] Add support for position override on items (#25974) * [core] Remove deprecated innerRef prop (#26028) [core] Remove deprecated innerRef prop (#26028) * [theme] Rename `createMuiTheme` to `createTheme` (#25992) * [pickers] Remove redundant aria-hidden (#26014) * [internal][pickers] Remove unused styles (#26023) * [pickers] Toggle mobile keyboard view in the same commit as the view changes (#26017) * [DateRangePicker] Fix not being opened on click (#26016) * Inline classes * type -> interface * sort asc * default props are private * remove uneccesary type casting * follow convention * trigger pipeline Co-authored-by: Anshuman Pandey <54475686+anshuman9999@users.noreply.github.com> Co-authored-by: simonecervini <69400730+simonecervini@users.noreply.github.com> Co-authored-by: Matheus Wichman <matheushw@outlook.com> Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com> Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
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.

Fix #26006
Preview: https://deploy-preview-26015--material-ui.netlify.app/customization/color/#color-palette