Skip to content

Commit

Permalink
[theme] Update theme.palette.text.secondary to match the spec (mui#25060
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Dripcoding authored Feb 23, 2021
1 parent 6b1e69e commit 3be1c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/styles/createPalette.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const light = {
// The most important text.
primary: 'rgba(0, 0, 0, 0.87)',
// Secondary text.
secondary: 'rgba(0, 0, 0, 0.54)',
secondary: 'rgba(0, 0, 0, 0.6)',
// Disabled text have even lower visual prominence.
disabled: 'rgba(0, 0, 0, 0.38)',
},
Expand Down

0 comments on commit 3be1c9e

Please sign in to comment.