Skip to content

Commit f33fca8

Browse files
committed
Updated snapshots
1 parent 3e8237b commit f33fca8

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

src/__tests__/Date/__snapshots__/AnimatedCrossView.test.tsx.snap

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3860,6 +3860,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
38603860
style={
38613861
{
38623862
"alignItems": "flex-start",
3863+
"flex": 1,
38633864
"flexGrow": 1,
38643865
"justifyContent": "center",
38653866
"width": "100%",
@@ -4043,6 +4044,10 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
40434044
{
40444045
"margin": 0,
40454046
},
4047+
{
4048+
"paddingLeft": 16,
4049+
"paddingRight": 16,
4050+
},
40464051
{
40474052
"height": 56,
40484053
},
@@ -4057,8 +4062,6 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
40574062
"fontWeight": undefined,
40584063
"letterSpacing": 0.15,
40594064
"lineHeight": undefined,
4060-
"paddingLeft": 16,
4061-
"paddingRight": 16,
40624065
"textAlign": "left",
40634066
"textAlignVertical": "center",
40644067
},

src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exports[`renders CalendarEdit 1`] = `
1212
style={
1313
{
1414
"alignItems": "flex-start",
15+
"flex": 1,
1516
"flexGrow": 1,
1617
"justifyContent": "center",
1718
"width": "100%",
@@ -195,6 +196,10 @@ exports[`renders CalendarEdit 1`] = `
195196
{
196197
"margin": 0,
197198
},
199+
{
200+
"paddingLeft": 16,
201+
"paddingRight": 16,
202+
},
198203
{
199204
"height": 56,
200205
},
@@ -209,8 +214,6 @@ exports[`renders CalendarEdit 1`] = `
209214
"fontWeight": undefined,
210215
"letterSpacing": 0.15,
211216
"lineHeight": undefined,
212-
"paddingLeft": 16,
213-
"paddingRight": 16,
214217
"textAlign": "left",
215218
"textAlignVertical": "center",
216219
},

src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports[`renders DatePickerInput 1`] = `
55
style={
66
{
77
"alignItems": "flex-start",
8+
"flex": 1,
89
"flexGrow": 1,
910
"justifyContent": "center",
1011
"width": "100%",
@@ -187,6 +188,10 @@ exports[`renders DatePickerInput 1`] = `
187188
{
188189
"margin": 0,
189190
},
191+
{
192+
"paddingLeft": 16,
193+
"paddingRight": 16,
194+
},
190195
{
191196
"height": 56,
192197
},
@@ -201,8 +206,6 @@ exports[`renders DatePickerInput 1`] = `
201206
"fontWeight": undefined,
202207
"letterSpacing": 0.15,
203208
"lineHeight": undefined,
204-
"paddingLeft": 16,
205-
"paddingRight": 16,
206209
"textAlign": "left",
207210
"textAlignVertical": "center",
208211
},

0 commit comments

Comments
 (0)