Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyDiego committed Sep 16, 2023
1 parent 739daf4 commit 039c97e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4044,6 +4044,10 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
{
"margin": 0,
},
{
"paddingLeft": 16,
"paddingRight": 16,
},
{
"height": 56,
},
Expand Down
4 changes: 4 additions & 0 deletions src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ exports[`renders CalendarEdit 1`] = `
{
"margin": 0,
},
{
"paddingLeft": 16,
"paddingRight": 16,
},
{
"height": 56,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ exports[`renders DatePickerInput 1`] = `
{
"margin": 0,
},
{
"paddingLeft": 16,
"paddingRight": 16,
},
{
"height": 56,
},
Expand Down

0 comments on commit 039c97e

Please sign in to comment.