Skip to content

Commit c020fc5

Browse files
Matthias Prostlisalupi
authored andcommitted
fix(form): remove all emotion usages (#5439)
* fix(form): remove all emotion usages * fix: snapshots
1 parent 034dc87 commit c020fc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/form/src/components/SliderField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ exports[`sliderField > should render correctly with possible values and double 1
996996
-webkit-transition: background 0.3s ease-in-out;
997997
transition: background 0.3s ease-in-out;
998998
position: absolute;
999-
left: calc(0% - 8px);
999+
left: calc(100% - 8px);
10001000
top: -8px;
10011001
}
10021002
@@ -1053,7 +1053,7 @@ exports[`sliderField > should render correctly with possible values and double 1
10531053
-webkit-transition: background 0.3s ease-in-out;
10541054
transition: background 0.3s ease-in-out;
10551055
position: absolute;
1056-
left: calc(0% - 8px);
1056+
left: calc(100% - 8px);
10571057
top: -8px;
10581058
}
10591059
@@ -1364,14 +1364,14 @@ exports[`sliderField > should render correctly with possible values and double 1
13641364
transform: translateX(-50%);
13651365
}
13661366
1367-
.emotion-28[data-element-left='true'] {
1367+
.emotion-26[data-element-left='true'] {
13681368
-webkit-transform: none;
13691369
-moz-transform: none;
13701370
-ms-transform: none;
13711371
transform: none;
13721372
}
13731373
1374-
.emotion-28[data-element-right='true'] {
1374+
.emotion-26[data-element-right='true'] {
13751375
-webkit-transform: translateX(-100%);
13761376
-moz-transform: translateX(-100%);
13771377
-ms-transform: translateX(-100%);

0 commit comments

Comments
 (0)