diff --git a/packages/components/src/utils/input/base.js b/packages/components/src/utils/input/base.js index 2b4657d47e3b5..2c5010fc92737 100644 --- a/packages/components/src/utils/input/base.js +++ b/packages/components/src/utils/input/base.js @@ -19,10 +19,10 @@ export const inputStyleNeutral = css` `; export const inputStyleFocus = css` - border-color: var( --wp-admin-theme-color ); + border-color: ${ COLORS.ui.theme }; box-shadow: 0 0 0 calc( ${ CONFIG.borderWidthFocus } - ${ CONFIG.borderWidth } ) - var( --wp-admin-theme-color ); + ${ COLORS.ui.theme }; // Windows High Contrast mode will show this outline, but not the box-shadow. outline: 2px solid transparent;