mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
fix: adjust opacity for Windows Zip download button
This commit is contained in:
parent
509cc50c1e
commit
b52b6355fa
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue