From 483d62f1cc5bcbc540e7de756e65f80e7b45725c Mon Sep 17 00:00:00 2001 From: Kathy <507025+helgatheviking@users.noreply.github.com> Date: Fri, 10 Jun 2022 07:38:31 -0600 Subject: [PATCH] follow up to #33182 swap .woocommerce-info and .woocommerce-message colors in twenty twenty (#33377) * swap .woocommerce-info and .woocommerce-message colors in twenty twenty --- plugins/woocommerce/changelog/fix-33182-twenty-twenty | 4 ++++ plugins/woocommerce/legacy/css/twenty-twenty.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 plugins/woocommerce/changelog/fix-33182-twenty-twenty diff --git a/plugins/woocommerce/changelog/fix-33182-twenty-twenty b/plugins/woocommerce/changelog/fix-33182-twenty-twenty new file mode 100644 index 00000000000..e29b05d1d9f --- /dev/null +++ b/plugins/woocommerce/changelog/fix-33182-twenty-twenty @@ -0,0 +1,4 @@ +Significance: minor +Type: enhancement + +Swap info and message notice colors in Twenty-Twenty diff --git a/plugins/woocommerce/legacy/css/twenty-twenty.scss b/plugins/woocommerce/legacy/css/twenty-twenty.scss index b7f80c5f6a0..3caef90db39 100644 --- a/plugins/woocommerce/legacy/css/twenty-twenty.scss +++ b/plugins/woocommerce/legacy/css/twenty-twenty.scss @@ -224,7 +224,7 @@ a.button { } } -.woocommerce-message { +.woocommerce-info { border-color: var( --wc-blue ); }