Skip to content

Commit

Permalink
Change Input appearance="pill" focus color to blue (#53)
Browse files Browse the repository at this point in the history
Change Input appearance="pill" focus color to blue
  • Loading branch information
domyen authored Jul 2, 2019
2 parents b29de13 + e8ee710 commit c968414
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 @@ -99,7 +99,7 @@ const InputWrapper = styled.div`
box-shadow: ${color.medium} 0 0 0 1px inset;
&:focus { box-shadow: ${color.primary} 0 0 0 1px inset; }
&:focus { box-shadow: ${color.secondary} 0 0 0 1px inset; }
`}
${props => props.appearance === 'code' && css`
Expand Down

0 comments on commit c968414

Please sign in to comment.