Skip to content

Commit 55164ca

Browse files
committed
fix: rebase
1 parent 81b64bd commit 55164ca

File tree

9 files changed

+86
-1047
lines changed

9 files changed

+86
-1047
lines changed

packages/plus/src/components/FAQ/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,6 @@ exports[`fAQ > should work with illustrationTest 1`] = `
7272
border: 1px solid #e9eaeb;
7373
}
7474
75-
.emotion-3 {
76-
display: -webkit-box;
77-
display: -webkit-flex;
78-
display: -ms-flexbox;
79-
display: flex;
80-
border-radius: 100%;
81-
-webkit-box-pack: center;
82-
-ms-flex-pack: center;
83-
-webkit-justify-content: center;
84-
justify-content: center;
85-
-webkit-align-items: center;
86-
-webkit-box-align: center;
87-
-ms-flex-align: center;
88-
align-items: center;
89-
width: 2rem;
90-
height: 2rem;
91-
font-size: 1rem;
92-
color: #641cb3;
93-
background: #f1eefc;
94-
border: 1px solid #f1eefc;
95-
}
96-
9775
<div
9876
data-testid="testing"
9977
>
@@ -107,7 +85,7 @@ exports[`fAQ > should work with illustrationTest 1`] = `
10785
>
10886
<div>
10987
<div
110-
class="emotion-3 emotion-4"
88+
class="uv_1jy42m00 uv_1jy42m01 uv_1jy42m0c uv_1jy42m0f"
11189
>
11290
1
11391
</div>

0 commit comments

Comments
 (0)