style: remove unnecessary margin from keyframe

This commit is contained in:
Maze Winther 2026-03-29 21:48:08 +02:00
parent df207e0f83
commit 41562baeb5
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ function KeyframeIndicators({
<HugeiconsIcon
icon={KeyframeIcon}
className={cn(
"size-3.5 mt-1.5 text-black",
"size-3.5 text-black",
isIndicatorSelected ? "fill-primary" : "fill-white",
)}
strokeWidth={1.5}