Commit 72ef8341757 for woocommerce

commit 72ef8341757a5dcecf05abf061dd801dd243c0ad
Author: Ann <annchichi@users.noreply.github.com>
Date:   Wed Apr 29 03:27:50 2026 +0800

    Align settings notice with WordPress 7.0 palette (#64237)

    * Remove .components-notice.is-error override on Blueprint settings

    * Add changelog entry for Blueprint error notice WP 7.0 alignment

    * Update Blueprint error notice background to WP 7.0 spec

    * Update changelog entry for Blueprint error notice spec alignment

diff --git a/plugins/woocommerce/changelog/tweak-align-blueprint-error-notice-wp7 b/plugins/woocommerce/changelog/tweak-align-blueprint-error-notice-wp7
new file mode 100644
index 00000000000..ff19a617f9c
--- /dev/null
+++ b/plugins/woocommerce/changelog/tweak-align-blueprint-error-notice-wp7
@@ -0,0 +1,4 @@
+Significance: patch
+Type: tweak
+
+Update the Blueprint settings error notice background to match the WordPress 7.0 admin notice spec (#fcf0f0).
diff --git a/plugins/woocommerce/client/admin/client/blueprint/settings/style.scss b/plugins/woocommerce/client/admin/client/blueprint/settings/style.scss
index d342bc565e3..968f3bcfe62 100644
--- a/plugins/woocommerce/client/admin/client/blueprint/settings/style.scss
+++ b/plugins/woocommerce/client/admin/client/blueprint/settings/style.scss
@@ -196,7 +196,7 @@
 	}

 	.components-notice.is-error {
-		background: #fce2e4;
+		background: #fcf0f0;
 		border-left-color: #cc1818;
 	}
 }