Skip to content

Commit

Permalink
test(snapshots): update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea committed May 24, 2024
1 parent 7d16836 commit f32f29e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ exports[`FAQ > should work with default props 1`] = `
border: 1px solid #d9dadd;
border-radius: 4px;
padding: 24px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 16px;
text-align: left;
}
Expand Down Expand Up @@ -106,13 +99,6 @@ exports[`FAQ > should work with illustration 1`] = `
border: 1px solid #d9dadd;
border-radius: 4px;
padding: 24px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 16px;
text-align: left;
}
Expand Down Expand Up @@ -278,13 +264,6 @@ exports[`FAQ > should work with illustrationTest 1`] = `
border: 1px solid #d9dadd;
border-radius: 4px;
padding: 24px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 16px;
text-align: left;
}
Expand Down Expand Up @@ -406,13 +385,6 @@ exports[`FAQ > should work with notes 1`] = `
border: 1px solid #d9dadd;
border-radius: 4px;
padding: 24px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 16px;
text-align: left;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ exports[`SteppedListCard > should work with custom hide action 1`] = `
border: 1px solid #d9dadd;
border-radius: 4px;
padding: 24px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0;
}
Expand Down Expand Up @@ -551,13 +544,6 @@ exports[`SteppedListCard > should work with default props 1`] = `
border: 1px solid #d9dadd;
border-radius: 4px;
padding: 24px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7702,6 +7702,8 @@ exports[`SelectInputV2 > renders correctly ungrouped 1`] = `
background: #ffffff;
border: 1px solid #d9dadd;
border-radius: 4px;
box-shadow: 0px 0px 0px 3px #8c40ef40;
border: 1px solid #8c40ef;
}
.emotion-22>.emotion-29 {
Expand Down

0 comments on commit f32f29e

Please sign in to comment.