Two month of work

This commit is contained in:
2026-02-17 10:35:03 +01:00
parent 0ffbeeedff
commit d9fd3d1ccb
158 changed files with 5637 additions and 1512 deletions
@@ -29,7 +29,7 @@ const delegatedProps = reactiveOmit(props, "class")
"
>
<ProgressIndicator
class="h-full w-full flex-1 bg-primary-foreground transition-all"
class="h-full w-full flex-1 bg-current transition-all"
:style="`transform: translateX(-${100 - (props.modelValue ?? 0)}%);`"
/>
</ProgressRoot>