fix: typo

This commit is contained in:
Kainoa Kanter 2023-04-07 17:25:24 -07:00
parent 49c44771e5
commit 4fb7f4634f

View file

@ -267,7 +267,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
bottom: 0;
width: $tickWidth;
height: 3px;
margin-left: -math.div($tickWidth, 2);
margin-left: math.div($tickWidth, 2);
background: var(--divider);
border-radius: 999px;
}