style(editor): make the stock fill gauge more vivid

This commit is contained in:
Julien Calixte
2026-06-20 14:37:55 +02:00
parent 69435b1315
commit 3fc0e23ec7

View File

@@ -37,7 +37,7 @@ const fill = computed(() => sim.fill(props.id))
class="pointer-events-none absolute inset-[2px] z-0 flex flex-col justify-end" class="pointer-events-none absolute inset-[2px] z-0 flex flex-col justify-end"
> >
<div <div
class="rounded-b bg-primary/15 transition-[height]" class="rounded-b bg-primary/40 transition-[height]"
:style="{ height: fill * 100 + '%' }" :style="{ height: fill * 100 + '%' }"
/> />
</div> </div>