Commit fefcd196301 for woocommerce
commit fefcd196301c77f6e1ff38499aea0390ad6c92a1
Author: Ann <annchichi@users.noreply.github.com>
Date: Wed Jul 29 17:31:26 2026 +0800
Fix legacy report custom date field contrast (#67014)
* Improve legacy report date field contrast
* Add changelog entry for report date contrast
diff --git a/plugins/woocommerce/changelog/fix-61682-report-custom-date-contrast b/plugins/woocommerce/changelog/fix-61682-report-custom-date-contrast
new file mode 100644
index 00000000000..0341310618c
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-61682-report-custom-date-contrast
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Improve the color contrast of custom date fields in legacy Reports.
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index 39c67a7746a..fccd54424f6 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -7306,7 +7306,7 @@ img.ui-datepicker-trigger {
margin: 0 10px 0 0;
background: transparent;
border: 0;
- color: #777;
+ color: $wp-admin-text-gray;
text-align: center;
box-shadow: none;