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 33
33
font-size : 14px ;
34
34
line-height : 22px ;
35
35
color : $color-black-60 ;
36
+ text-transform : capitalize !important ;
36
37
}
37
38
}
38
39
}
58
59
.DateInput {
59
60
.DateInput_input {
60
61
font-size : 14px ;
62
+ text-transform : capitalize ;
61
63
}
62
64
}
63
65
}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const PersonalDetails = (props) => {
84
84
< FormInputDatePicker
85
85
readOnly
86
86
displayFormat = "MM/DD/YYYY"
87
- placeholder = "MM/DD/YYYY "
87
+ placeholder = "Select Birth Date "
88
88
isOutsideRange = { function dayAfterToday ( date ) { return moment ( date ) . add ( - 1 , 'days' ) . isAfter ( ) ; } }
89
89
value = { newBasicInfo . birthDate }
90
90
id = "date-range-picker1"
You can’t perform that action at this time.
0 commit comments