diff --git a/src/__tests__/Date/__snapshots__/AnimatedCrossView.test.tsx.snap b/src/__tests__/Date/__snapshots__/AnimatedCrossView.test.tsx.snap index 964b9196..fc97dc2d 100644 --- a/src/__tests__/Date/__snapshots__/AnimatedCrossView.test.tsx.snap +++ b/src/__tests__/Date/__snapshots__/AnimatedCrossView.test.tsx.snap @@ -4044,6 +4044,10 @@ exports[`renders collapsed AnimatedCrossView 1`] = ` { "margin": 0, }, + { + "paddingLeft": 16, + "paddingRight": 16, + }, { "height": 56, }, diff --git a/src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap b/src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap index 33a192c5..78f80ad9 100644 --- a/src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap +++ b/src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap @@ -196,6 +196,10 @@ exports[`renders CalendarEdit 1`] = ` { "margin": 0, }, + { + "paddingLeft": 16, + "paddingRight": 16, + }, { "height": 56, }, diff --git a/src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap b/src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap index a52c10c3..a1835f1e 100644 --- a/src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap +++ b/src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap @@ -188,6 +188,10 @@ exports[`renders DatePickerInput 1`] = ` { "margin": 0, }, + { + "paddingLeft": 16, + "paddingRight": 16, + }, { "height": 56, },