From 3be1c9e153fa0a61fe455c8de4caf34abb0abfa4 Mon Sep 17 00:00:00 2001 From: Dripcoding <65139698+Dripcoding@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:04:36 -0800 Subject: [PATCH] [theme] Update theme.palette.text.secondary to match the spec (#25060) --- packages/material-ui/src/styles/createPalette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui/src/styles/createPalette.js b/packages/material-ui/src/styles/createPalette.js index 1a8e17b7077de4..d827ab21bc74ac 100644 --- a/packages/material-ui/src/styles/createPalette.js +++ b/packages/material-ui/src/styles/createPalette.js @@ -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)', },