Skip to content

Commit

Permalink
update values to 8's multiples
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Oct 31, 2024
1 parent 6938d17 commit 28f16b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-components/src/components/base-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
/** Customize nouislider styles: https://refreshless.com/nouislider/examples/#section-styling */
.x-base-slider {
gap: 15px;
gap: 16px;
}
.x-base-slider,
Expand All @@ -163,7 +163,7 @@
.x-base-slider__selected {
display: inline-flex;
gap: 5px;
gap: 4px;
}
.x-base-slider__selected-min,
Expand Down

0 comments on commit 28f16b3

Please sign in to comment.