Skip to content

Commit

Permalink
update utils/input color variables (used for TextAreaControl)
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Oct 27, 2022
1 parent 6f0d8ee commit f41a035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/utils/input/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f41a035

Please sign in to comment.