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
This commit is contained in:
Kathy 2022-06-10 07:38:31 -06:00 committed by GitHub
parent 19bea3832e
commit 483d62f1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: enhancement
Swap info and message notice colors in Twenty-Twenty

View File

@ -224,7 +224,7 @@ a.button {
}
}
.woocommerce-message {
.woocommerce-info {
border-color: var( --wc-blue );
}