Skip to content

Commit

Permalink
redesigned NeuInput component
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaeeddev committed Jan 11, 2020
1 parent aa8bafc commit 95ba90e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/NeuInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ var neuInputStyles = {
width: '100%',
height: '20px',
padding: '5px',
border: '5px solid #e2edf7',
border: '5px solid #e8eef7',
backgroundColor: 'rgb(224, 229, 236,0.6)',
boxShadow: '9px 9px 16px rgb(163,177,198,0.6), -9px -9px 16px rgba(255,255,255, 0.5)',
boxShadow: 'inset 9px 9px 9px rgb(163,177,198, 0.2), 9px 9px 16px rgb(163,177,198,0.6)'
boxShadow: 'inset 3px 3px 3px rgba(163,177,198, 0.7),inset -3px -3px 4px rgba(255, 255, 255, 0.5), 9px 9px 16px rgb(163,177,198,0.6)'
}

export class NeuInput extends Component {
Expand Down

0 comments on commit 95ba90e

Please sign in to comment.