Skip to content

Commit

Permalink
MAT-57 Fix mobile menu item snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Ramirez authored and Jose Ramirez committed Jun 19, 2020
1 parent adbe3d5 commit 8ba590d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/Components/Card/__snapshots__/Card.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`Card Renders 1`] = `
"borderBottomColor": "rgba(0,0,0,.4)",
"borderRadius": 4,
"borderWidth": 0,
"maxWidth": 500,
"shadowColor": "#000",
"shadowOffset": Object {
"height": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ exports[`MenuItem Renders 1`] = `
Object {
"alignItems": "center",
"backgroundColor": null,
"flex": 1,
"flexDirection": "row",
"height": 48,
"minHeight": 32,
"minWidth": 124,
"paddingHorizontal": 24,
Expand Down

0 comments on commit 8ba590d

Please sign in to comment.