mirror of https://github.com/VERT-sh/VERT.git
fix: progress bar
This commit is contained in:
parent
a97759e130
commit
dbf16ffe8c
|
@ -19,7 +19,7 @@
|
||||||
class="h-full bg-accent-background dynadark:bg-accent-foreground absolute left-0 top-0"
|
class="h-full bg-accent-background dynadark:bg-accent-foreground absolute left-0 top-0"
|
||||||
class:percentless-animation={progress === null}
|
class:percentless-animation={progress === null}
|
||||||
style={percent
|
style={percent
|
||||||
? "width: {percent}%; transition: 500ms linear width;"
|
? `width: ${percent}%; transition: 500ms linear width;`
|
||||||
: ""}
|
: ""}
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue