1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-21 04:59:34 +01:00

Update button

This commit is contained in:
Nayam Amarshe 2023-08-11 15:17:28 +05:30
parent bd5dd3ec07
commit a4a368b127

View File

@ -670,7 +670,7 @@ const Home = () => {
All done!
</p>
<button
className="btn bg-gradient-blue rounded-lg p-3 font-medium text-white/90 transition-colors"
className="btn btn-primary bg-gradient-blue rounded-lg p-3 font-medium text-white/90 transition-colors"
onClick={openFolderHandler}>
Open Upscayled Folder
</button>