Skip to content

Commit

Permalink
[Joy] Saturate a bit the gray palette (mui#35148)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal authored and felipe.richter committed Dec 6, 2022
1 parent e92a96b commit aa09e43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/mui-joy/src/colors/colors.ts
@@ -1,15 +1,15 @@
const colors = {
grey: {
50: '#F7F7F8',
100: '#EEEFF0',
200: '#DDDEE0',
300: '#BDBFC4',
400: '#9DA1AC',
500: '#81848F',
600: '#646872',
700: '#42454D',
800: '#272930',
900: '#131418',
100: '#EBEBEF',
200: '#D8D8DF',
300: '#B9B9C6',
400: '#8F8FA3',
500: '#73738C',
600: '#5A5A72',
700: '#434356',
800: '#25252D',
900: '#131318',
},
blue: {
50: '#F4FAFF',
Expand Down

0 comments on commit aa09e43

Please sign in to comment.