Progressbar extended

Better Color sheme and indexes on the progress points
This commit is contained in:
brausjonas
2023-05-02 23:04:03 +02:00
parent 124ad09c37
commit 05e3916952
2 changed files with 11 additions and 6 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ export default function StatusBar(p)
return (
<div className={"step-container"}>
<div className={"steps"}>
<span className={"step " + classNames[index]}></span>
<span className={"step " + classNames[index]}></span>
<span className={"step " + classNames[index]}></span>
<span className={"step " + classNames[index]}>1</span>
<span className={"step " + classNames[index]}>2</span>
<span className={"step " + classNames[index]}>3</span>
<div className={"progress-bar " + classNames[index]}
style={{
width: p.progress + "%"