Skip to content

Commit

Permalink
Input: Change the "code" style focus color to blue (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen authored Jul 11, 2019
1 parent 25f9cd2 commit e5b14f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const InputWrapper = styled.div`
border-radius: 2px;
background: rgba(0,0,0,.05);
padding: 3px 6px;
&:focus { box-shadow: ${color.secondary} 0 0 0 1px inset; }
`}
}
Expand Down

0 comments on commit e5b14f0

Please sign in to comment.