1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-23 19:08:25 +02:00

make "STOP" button have the danger class

This commit is contained in:
Aaron Liu 2023-08-12 11:56:05 -04:00 committed by GitHub
parent 509bf7404a
commit 55add89742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>