fix: adjust opacity for Windows Zip download button

This commit is contained in:
mr. M 2025-01-04 11:15:31 +01:00
parent 509cc50c1e
commit b52b6355fa
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -152,7 +152,7 @@ const appleIcon = icon({ prefix: "fab", iconName: "apple" });
Download Installer
<HardDriveDownload class="size-4" />
</div>
<div class="opacity-60 cursor-not-allowed border-2 p-2 px-4 border-dark text-dark rounded-md shadow-sm flex items-center cursor-pointer justify-between hover:bg-dark hover:text-paper transition-all duration-100" id="windows-zip-download">
<div class="opacity-50 cursor-not-allowed border-2 p-2 px-4 border-dark text-dark rounded-md shadow-sm flex items-center cursor-pointer justify-between hover:bg-dark hover:text-paper transition-all duration-100" id="windows-zip-download">
Download Zip
<HardDriveDownload class="size-4" />
</div>