File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/shared/components/Settings
ProfileSettings/PersonalDetails Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3333 font-size : 14px ;
3434 line-height : 22px ;
3535 color : $color-black-60 ;
36+ text-transform : capitalize !important ;
3637 }
3738 }
3839 }
5859 .DateInput {
5960 .DateInput_input {
6061 font-size : 14px ;
62+ text-transform : capitalize ;
6163 }
6264 }
6365 }
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const PersonalDetails = (props) => {
8484 < FormInputDatePicker
8585 readOnly
8686 displayFormat = "MM/DD/YYYY"
87- placeholder = "MM/DD/YYYY "
87+ placeholder = "Select Birth Date "
8888 isOutsideRange = { function dayAfterToday ( date ) { return moment ( date ) . add ( - 1 , 'days' ) . isAfter ( ) ; } }
8989 value = { newBasicInfo . birthDate }
9090 id = "date-range-picker1"
You can’t perform that action at this time.
0 commit comments