Skip to content

Commit

Permalink
Fix focusBoxShadow on BorderControl
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Sep 13, 2023
1 parent 490cb1a commit 751e361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/border-control/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const labelStyles = css`
`;

const focusBoxShadow = css`
box-shadow: inset 0 0 0 ${ CONFIG.borderWidth } ${ COLORS.ui.borderFocus };
box-shadow: inset ${ CONFIG.controlBoxShadowFocus };
`;

export const borderControl = css`
Expand Down

0 comments on commit 751e361

Please sign in to comment.