Skip to content

Commit 1d9035a

Browse files
committed
fix: rebase
1 parent 7157f91 commit 1d9035a

File tree

15 files changed

+170
-1606
lines changed

15 files changed

+170
-1606
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(100% - 8px);
999+
left: calc(0% - 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(100% - 8px);
1056+
left: calc(0% - 8px);
10571057
top: -8px;
10581058
}
10591059

0 commit comments

Comments
 (0)