From 5687db11c9b0603a77b4368eb380b7ac66edfb54 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 24 Aug 2021 11:11:12 +0300 Subject: [PATCH] Fixed #1465 - Material themes secondary text color issue --- public/themes/md-dark-deeppurple/theme.css | 4 ++-- public/themes/md-dark-indigo/theme.css | 4 ++-- public/themes/md-light-deeppurple/theme.css | 2 +- public/themes/md-light-indigo/theme.css | 2 +- public/themes/mdc-dark-deeppurple/theme.css | 4 ++-- public/themes/mdc-dark-indigo/theme.css | 4 ++-- public/themes/mdc-light-deeppurple/theme.css | 2 +- public/themes/mdc-light-indigo/theme.css | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 892ad973d..7f6dfb082 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -7,7 +7,7 @@ --surface-e:#1e1e1e; --surface-f:#262626; --text-color:rgba(255, 255, 255, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#CE93D8; --primary-color-text:#121212; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; @@ -39,7 +39,7 @@ --surface-section:#121212; --surface-card:#1e1e1e; --surface-overlay:#262626; - --surface-border:#hsla(0,0%,100%,.12); + --surface-border:hsla(0,0%,100%,.12); --surface-hover:hsla(0,0%,100%,.04); } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index f29db04b3..f478d34c3 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -7,7 +7,7 @@ --surface-e:#1e1e1e; --surface-f:#262626; --text-color:rgba(255, 255, 255, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#9FA8DA; --primary-color-text:#121212; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; @@ -39,7 +39,7 @@ --surface-section:#121212; --surface-card:#1e1e1e; --surface-overlay:#262626; - --surface-border:#hsla(0,0%,100%,.12); + --surface-border:hsla(0,0%,100%,.12); --surface-hover:hsla(0,0%,100%,.04); } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index b125b9dae..e3bf6ad16 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -7,7 +7,7 @@ --surface-e:#ffffff; --surface-f:#ffffff; --text-color:rgba(0, 0, 0, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(0, 0, 0, 0.6); --primary-color:#673AB7; --primary-color-text:#ffffff; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 22839ae86..2a2b41acf 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -7,7 +7,7 @@ --surface-e:#ffffff; --surface-f:#ffffff; --text-color:rgba(0, 0, 0, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(0, 0, 0, 0.6); --primary-color:#3F51B5; --primary-color-text:#ffffff; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 00a9b76fa..94a963db2 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -7,7 +7,7 @@ --surface-e:#1e1e1e; --surface-f:#262626; --text-color:rgba(255, 255, 255, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#CE93D8; --primary-color-text:#121212; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; @@ -39,7 +39,7 @@ --surface-section:#121212; --surface-card:#1e1e1e; --surface-overlay:#262626; - --surface-border:#hsla(0,0%,100%,.12); + --surface-border:hsla(0,0%,100%,.12); --surface-hover:hsla(0,0%,100%,.04); } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 0a7b871db..d4a0620dd 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -7,7 +7,7 @@ --surface-e:#1e1e1e; --surface-f:#262626; --text-color:rgba(255, 255, 255, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#9FA8DA; --primary-color-text:#121212; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; @@ -39,7 +39,7 @@ --surface-section:#121212; --surface-card:#1e1e1e; --surface-overlay:#262626; - --surface-border:#hsla(0,0%,100%,.12); + --surface-border:hsla(0,0%,100%,.12); --surface-hover:hsla(0,0%,100%,.04); } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index c63e90337..caa77c4a7 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -7,7 +7,7 @@ --surface-e:#ffffff; --surface-f:#ffffff; --text-color:rgba(0, 0, 0, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(0, 0, 0, 0.6); --primary-color:#673AB7; --primary-color-text:#ffffff; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 9d5cffb42..5e5493904 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -7,7 +7,7 @@ --surface-e:#ffffff; --surface-f:#ffffff; --text-color:rgba(0, 0, 0, 0.87); - --text-color-secondary:textSecondaryColor; + --text-color-secondary:rgba(0, 0, 0, 0.6); --primary-color:#3F51B5; --primary-color-text:#ffffff; --font-family:Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;