@@ -23,7 +23,7 @@ exports[`renders DatePickerInput 1`] = `
2323 style = {
2424 [
2525 {
26- " backgroundColor" : " rgba(29, 25, 43, 0.08 )" ,
26+ " backgroundColor" : " rgba(231, 224, 236, 1 )" ,
2727 " borderTopLeftRadius" : 4 ,
2828 " borderTopRightRadius" : 4 ,
2929 },
@@ -37,7 +37,7 @@ exports[`renders DatePickerInput 1`] = `
3737 collapsable = { false }
3838 style = {
3939 {
40- " backgroundColor" : " rgba(28, 27, 31, 0.38 )" ,
40+ " backgroundColor" : " rgba(28, 27, 31, 1 )" ,
4141 " bottom" : 0 ,
4242 " height" : 1 ,
4343 " left" : 0 ,
@@ -93,7 +93,7 @@ exports[`renders DatePickerInput 1`] = `
9393 onLayout = { [Function ]}
9494 style = {
9595 {
96- " color" : " rgba(28, 27, 31, 0.38 )" ,
96+ " color" : " rgba(103, 80, 164, 1 )" ,
9797 " fontFamily" : " System" ,
9898 " fontSize" : 16 ,
9999 " fontWeight" : undefined ,
@@ -130,7 +130,7 @@ exports[`renders DatePickerInput 1`] = `
130130 numberOfLines = { 1 }
131131 style = {
132132 {
133- " color" : " rgba(28, 27, 31, 0.38 )" ,
133+ " color" : " rgba(73, 69, 79, 1 )" ,
134134 " fontFamily" : " System" ,
135135 " fontSize" : 16 ,
136136 " fontWeight" : undefined ,
@@ -164,7 +164,7 @@ exports[`renders DatePickerInput 1`] = `
164164 </View >
165165 <TextInput
166166 autoComplete = " birthdate-full"
167- editable = { false }
167+ editable = { true }
168168 keyboardAppearance = " default"
169169 keyboardType = " number-pad"
170170 maxFontSizeMultiplier = { 1.5 }
@@ -174,8 +174,8 @@ exports[`renders DatePickerInput 1`] = `
174174 onChangeText = { [Function ]}
175175 onFocus = { [Function ]}
176176 placeholder = " "
177- placeholderTextColor = " rgba(28, 27, 31, 0.38 )"
178- selectionColor = " rgba(28, 27, 31, 0.38 )"
177+ placeholderTextColor = " rgba(73, 69, 79, 1 )"
178+ selectionColor = " rgba(103, 80, 164, 1 )"
179179 style = {
180180 [
181181 {
@@ -194,7 +194,7 @@ exports[`renders DatePickerInput 1`] = `
194194 " paddingTop" : 24 ,
195195 },
196196 {
197- " color" : " rgba(28, 27, 31, 0.38 )" ,
197+ " color" : " rgba(73, 69, 79, 1 )" ,
198198 " fontFamily" : " System" ,
199199 " fontSize" : 16 ,
200200 " fontWeight" : undefined ,
0 commit comments