Skip to content

Commit

Permalink
test(slider): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Oct 28, 2019
1 parent 5ad1c1a commit 5e70076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __snapshots__/Slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
class="track"
id="track-right"
role="presentation"
style="width: 50%; left: calc(50% + 8px)"
style="width: 50%;left: calc(50% + var(--spectrum-slider-handle-width, var(--spectrum-global-dimension-size-200)) / 2)"
></div>
</div>
```
Expand Down Expand Up @@ -1111,7 +1111,7 @@
class="track"
id="track-right"
role="presentation"
style="width: 50%; left: calc(50% + 8px)"
style="width: 50%;left: calc(50% + var(--spectrum-slider-handle-width, var(--spectrum-global-dimension-size-200)) / 2)"
></div>
</div>
```

0 comments on commit 5e70076

Please sign in to comment.