Skip to content

Commit 6074916

Browse files
committed
Add missing parenthesis
1 parent 5e36d17 commit 6074916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/slider/slider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export class SliderRenderer {
367367
transparent 2px, transparent ${tickSeparation - 1}px)`;
368368
// Add a tick to the very end by starting on the right side and adding a 2px black line.
369369
lastTickContainer.style.background = `linear-gradient(to left, #000000, #000000 2px,
370-
transparent 2px, transparent`;
370+
transparent 2px, transparent)`;
371371

372372
// If the second to last tick is too close (a separation of less than half the normal
373373
// separation), don't show it by decreasing the width of the tick container element.

0 commit comments

Comments
 (0)