fix: typo
This commit is contained in:
parent
49c44771e5
commit
4fb7f4634f
|
@ -267,7 +267,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: $tickWidth;
|
width: $tickWidth;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
margin-left: -math.div($tickWidth, 2);
|
margin-left: math.div($tickWidth, 2);
|
||||||
background: var(--divider);
|
background: var(--divider);
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue