Skip to content

Commit

Permalink
test: Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Aug 29, 2024
1 parent 8488547 commit 24738b6
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions src/modules/upload/__snapshots__/Dropzone.spec.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ exports[`Dropzone should match snapshot 1`] = `
},
"MuiAlert": {
"action": {
"marginRight": "-6px",
"marginRight": "-8px",
},
"message": {
"alignItems": "center",
Expand All @@ -141,9 +141,8 @@ exports[`Dropzone should match snapshot 1`] = `
},
"&.block": {
"& $action": {
"display": "block",
"justifyContent": "end",
"paddingLeft": 0,
"textAlign": "right",
"width": "100%",
},
"flexWrap": "wrap",
Expand Down Expand Up @@ -1316,6 +1315,24 @@ exports[`Dropzone should match snapshot 1`] = `
"wordBreak": "break-word",
},
},
"MuiMobileStepper": {
"dot": {
"backgroundColor": "transparent",
"border": "1px solid #fff",
"boxSizing": "border-box",
"height": "10px",
"margin": "0 3px",
"width": "10px",
},
"dotActive": {
"border": "none",
},
"root": {
"background": "transparent",
"height": 40,
"padding": 0,
},
},
"MuiOutlinedInput": {
"input": {
"padding": "18.5px 16px",
Expand Down

0 comments on commit 24738b6

Please sign in to comment.