Skip to content

Commit

Permalink
Change input borders to color.border
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesuss committed Nov 17, 2020
1 parent a404b7c commit b01a975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const InputWrapper = styled.div`
&:focus { box-shadow: ${color.primary} 0 0 0 1px inset; }
${props => props.appearance === 'secondary' && css`
box-shadow: ${color.mediumlight} 0 0 0 1px inset;
box-shadow: ${color.border} 0 0 0 1px inset;
&:focus { box-shadow: ${color.secondary} 0 0 0 1px inset; }
`}
Expand Down

0 comments on commit b01a975

Please sign in to comment.