From fdcd2675fac7546d7fc0292c7a07751e91c6bcff Mon Sep 17 00:00:00 2001 From: Timur Khazamov Date: Mon, 19 Mar 2018 14:20:17 +0500 Subject: [PATCH] [DateInput] default width set to 125 --- components/DateInput/DateInput.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/DateInput/DateInput.js b/components/DateInput/DateInput.js index fda264456b6..da98ebf36be 100644 --- a/components/DateInput/DateInput.js +++ b/components/DateInput/DateInput.js @@ -90,7 +90,8 @@ class DateInput extends React.Component { _isFocused: boolean = false; static defaultProps = { - size: 'small' + size: 'small', + width: 125 }; constructor(props: Props) {