Updated stop button and warning

This commit is contained in:
Feenix
2023-04-29 22:42:40 +05:30
parent f39fac2be0
commit c7ec54fb5b
2 changed files with 17 additions and 8 deletions

View File

@@ -14,7 +14,9 @@ function ProgressBar({ progress, doubleUpscaylCounter, stopHandler }) {
<p className="rounded-full bg-base-300 px-2 py-1 text-sm font-medium">
Doing the Upscayl magic...
</p>
<button onClick={stopHandler}>STOP</button>
<button onClick={stopHandler} className="btn-primary btn">
STOP
</button>
</div>
</div>
);