Skip to content

Commit

Permalink
Fix translucent background color on hint input (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Feb 17, 2017
1 parent 9cf78f3 commit 2986cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypeaheadInput.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ const TypeaheadInput = React.createClass({
borderColor: 'transparent',
bottom: 0,
boxShadow: 'none',
color: '#a5a5a5',
display: 'block',
opacity: 0.6,
position: 'absolute',
top: 0,
width: '100%',
Expand Down

0 comments on commit 2986cdd

Please sign in to comment.