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:percentless-animation={progress === null}
|
||||
style={percent
|
||||
? "width: {percent}%; transition: 500ms linear width;"
|
||||
? `width: ${percent}%; transition: 500ms linear width;`
|
||||
: ""}
|
||||
></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue