Sales Dashboard Widget

This commit is contained in:
2025-11-25 13:46:45 +01:00
parent 0a98d71037
commit 914613e3ea
5 changed files with 257 additions and 57 deletions
@@ -29,7 +29,7 @@ const delegatedProps = reactiveOmit(props, "class")
"
>
<ProgressIndicator
class="h-full w-full flex-1 bg-primary transition-all"
class="h-full w-full flex-1 bg-primary-foreground transition-all"
:style="`transform: translateX(-${100 - (props.modelValue ?? 0)}%);`"
/>
</ProgressRoot>