Skip to content

Commit

Permalink
fix(Stepper): change box-shadow to inset (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jul 13, 2022
1 parent f8b91f2 commit 8b3bf51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const iconMixin = css`
&:focus,
&:active {
box-shadow: 0 0 0 2px
box-shadow: inset 0 0 0 2px
${isActive ? theme.orbit.paletteBlueLightActive : theme.orbit.paletteCloudNormalActive};
}
`};
Expand Down

0 comments on commit 8b3bf51

Please sign in to comment.