1
0
Fork 1
mirror of https://example.com synced 2024-11-27 13:46:39 +09:00

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; 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;
} }