Skip to content

Commit b8cb77b

Browse files
committed
feat: make asset rounded
1 parent 2258a3a commit b8cb77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/components/timeline-asset.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
id={asset.id}
5959
bind:this={assetRef}
6060
onmousedown={handleMouseDown}
61-
class="absolute flex h-full items-center justify-center bg-violet-500"
61+
class="absolute flex h-full items-center justify-center bg-violet-500 rounded"
6262
style="left: {secondToPixel(asset.start)}px; background-color: {getColorFromFileType(asset.name)}"
6363
>
6464
<p style="width: {assetWidth}px" class="truncate px-2 text-center text-xs font-semibold">

0 commit comments

Comments
 (0)