mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-21 04:59:34 +01:00
Merge pull request #415 from upscayl/danger-stop
Make "STOP" button have the danger class
This commit is contained in:
commit
32d3ae9d6c
@ -21,7 +21,7 @@ function ProgressBar({
|
||||
<p className="rounded-full bg-base-300 px-2 py-1 text-sm font-medium">
|
||||
Doing the Upscayl magic...
|
||||
</p>
|
||||
<button onClick={stopHandler} className="btn-primary btn">
|
||||
<button onClick={stopHandler} className="btn-danger btn">
|
||||
STOP
|
||||
</button>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user