From cb5769ed0b421a008a5737ab70887a8153dd9f4e Mon Sep 17 00:00:00 2001 From: Dan Q Date: Wed, 16 Aug 2023 12:26:29 +0100 Subject: [PATCH] Correct card hover outline color --- .../marketplace/components/product-card/product-card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss b/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss index 5caa4bcb5f2..14dcda880dc 100644 --- a/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss +++ b/plugins/woocommerce-admin/client/marketplace/components/product-card/product-card.scss @@ -7,7 +7,7 @@ margin-top: $large-gap; &:hover { - outline: 1.5px solid var(--wc-blue); + outline: 1.5px solid var(--wp-admin-theme-color); } &__content {