We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea6689 commit 5bb70c4Copy full SHA for 5bb70c4
src/pages/apps/TcgCardGeneratorPage.js
@@ -631,7 +631,7 @@ const TcgCardGeneratorPage = () => {
631
<div className="mt-8 flex gap-4 w-full max-w-[420px]">
632
<button
633
onClick={downloadCard}
634
- className="flex-1 flex items-center justify-center gap-2 px-6 py-4 rounded-md text-lg font-arvo transition-colors border bg-tb text-app border-app-alpha-50 hover:bg-app/15 "
+ className="flex-1 flex items-center justify-center gap-2 px-6 py-4 rounded-md text-lg font-arvo transition-colors border bg-app/15 text-app border-app-alpha-50 hover:bg-app/20 "
635
>
636
<DownloadSimpleIcon size={24} weight="bold"/> Download HD
637
</button>
0 commit comments