Skip to content

Commit

Permalink
update emotion color value variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Oct 25, 2022
1 parent f890071 commit e7ef2ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/components/src/utils/colors-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ const ALERT = {

// Matches @wordpress/base-styles
const ADMIN = {
theme: 'var( --wp-admin-theme-color, #007cba)',
themeDark10: 'var( --wp-admin-theme-color-darker-10, #006ba1)',
theme: 'var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))',
themeDark10:
'var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1))',
};

const UI = {
Expand Down

0 comments on commit e7ef2ff

Please sign in to comment.