This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Update deprecated color vars #4732
Labels
needs: design
The issue requires design input/work from a designer.
We're using a few deprecated color variables in wc-admin. This issue illustrates which color vars to use in place of those that have been deprecated.
This list is based on what I was able to find actually being used in the code.
$light-gray-700
→$light-gray-secondary
$gray-400
$light-gray-500
→$light-gray-secondary
$gray-400
$light-gray-200
→$light-gray-tertiary
$gray-100
$light-gray-100
→$light-gray-tertiary
$gray-100
$dark-gray-900
→$dark-gray-primary
$gray-900
$dark-gray-500
→$medium-gray-text
$gray-700
$dark-gray-300
→$medium-gray-text
$gray-700
$theme-color
→var(--wp-admin-theme-color)
The text was updated successfully, but these errors were encountered: