diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 66048c2fa..23704c778 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index e22429922..3b82d9111 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 0a8dd9e9b..6dca5e667 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index a25d2c8f9..18668a534 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index ee022b8e4..2f632fd72 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 8b8879cc4..bc7527505 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 3ae7fcfdb..e50e76b00 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 255383f21..e0935dd9b 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); }