Sales Dashboard Widget
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user