File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/form/src/components/SliderField/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments