Skip to content

Commit bd66feb

Browse files
matthprostlisalupi
authored andcommitted
fix(form): remove all emotion usages (#5439)
* fix(form): remove all emotion usages * fix: snapshots
1 parent 277dc05 commit bd66feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)