Commit 4697b875ed for woocommerce
commit 4697b875ed8bf161691deb312ce8e459a07cc319
Author: Cvetan Cvetanov <cvetan.cvetanov@automattic.com>
Date: Fri May 30 21:55:34 2025 +0300
[NOX In-Context] Update the NOX In-context completion step styling to match those of LYS (#58413)
* Update the NOX In-context completion step styling to match those of LYS
diff --git a/plugins/woocommerce/assets/images/onboarding/icons/complete.svg b/plugins/woocommerce/assets/images/onboarding/icons/complete.svg
index 6a77b301f9..a798b6004b 100644
--- a/plugins/woocommerce/assets/images/onboarding/icons/complete.svg
+++ b/plugins/woocommerce/assets/images/onboarding/icons/complete.svg
@@ -1,3 +1,3 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path fill-rule="evenodd" clip-rule="evenodd" d="M12 18.5C10.2761 18.5 8.62279 17.8152 7.40381 16.5962C6.18482 15.3772 5.5 13.7239 5.5 12C5.5 10.2761 6.18482 8.62279 7.40381 7.40381C8.62279 6.18482 10.2761 5.5 12 5.5C13.7239 5.5 15.3772 6.18482 16.5962 7.40381C17.8152 8.62279 18.5 10.2761 18.5 12C18.5 13.7239 17.8152 15.3772 16.5962 16.5962C15.3772 17.8152 13.7239 18.5 12 18.5ZM4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12ZM15.53 10.53L14.47 9.47L11 12.94L9.53 11.47L8.47 12.53L11 15.06L15.53 10.53Z" fill="#00A32A"/>
+<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
+ <path d="M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z" fill="#949494"/>
</svg>
diff --git a/plugins/woocommerce/changelog/update-WOOPLUG-4459-nox-complete-step-icon b/plugins/woocommerce/changelog/update-WOOPLUG-4459-nox-complete-step-icon
new file mode 100644
index 0000000000..cac21bfab2
--- /dev/null
+++ b/plugins/woocommerce/changelog/update-WOOPLUG-4459-nox-complete-step-icon
@@ -0,0 +1,4 @@
+Significance: patch
+Type: tweak
+
+Update the NOX In-context completion step styling to match those of LYS.
diff --git a/plugins/woocommerce/client/admin/client/settings-payments/onboarding/components/modal/style.scss b/plugins/woocommerce/client/admin/client/settings-payments/onboarding/components/modal/style.scss
index 4e100d63f6..e35fb00b43 100644
--- a/plugins/woocommerce/client/admin/client/settings-payments/onboarding/components/modal/style.scss
+++ b/plugins/woocommerce/client/admin/client/settings-payments/onboarding/components/modal/style.scss
@@ -89,6 +89,8 @@
}
&.is-completed {
+ text-decoration: line-through;
+
&-icon {
color: #00a32a;
}