Skip to content

Commit

Permalink
[DateInput] default width set to 125
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Khazamov committed Mar 19, 2018
1 parent 007ae19 commit fdcd267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/DateInput/DateInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ class DateInput extends React.Component<Props, State> {
_isFocused: boolean = false;

static defaultProps = {
size: 'small'
size: 'small',
width: 125
};

constructor(props: Props) {
Expand Down

0 comments on commit fdcd267

Please sign in to comment.