mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
make "STOP" button have the danger class
This commit is contained in:
parent
509bf7404a
commit
55add89742
@ -21,7 +21,7 @@ function ProgressBar({
|
|||||||
<p className="rounded-full bg-base-300 px-2 py-1 text-sm font-medium">
|
<p className="rounded-full bg-base-300 px-2 py-1 text-sm font-medium">
|
||||||
Doing the Upscayl magic...
|
Doing the Upscayl magic...
|
||||||
</p>
|
</p>
|
||||||
<button onClick={stopHandler} className="btn-primary btn">
|
<button onClick={stopHandler} className="btn-danger btn">
|
||||||
STOP
|
STOP
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user