Automattic / woocommerce-subscriptions-core

Subscriptions core package for WooCommerce
Other
81 stars 29 forks source link

Use admin theme colors, instead of hardcoded ones #490

Closed PanosSynetos closed 9 months ago

PanosSynetos commented 11 months ago

While working on

I noticed that Subscriptions is introducing a "pink" icon with hardcoded color, on the Payments Settings page.

image

This icon color is at

But there are more places with hardcoded pink colors, here's a list of all different pinks in the CSS files

I'd recommend these colors to change to var(--wp-admin-theme-color) or var(--wp-admin-theme-color-darker-10)

The color changes introduced in PR woocommerce/woocommerce/pull/39182 will be released in WC 8.1

samnajian commented 10 months ago

See more context pdqkbG-2Tq-p2#comment-1439