Skip to content

Commit 5bb70c4

Browse files
committed
style: tcg
1 parent fea6689 commit 5bb70c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/TcgCardGeneratorPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ const TcgCardGeneratorPage = () => {
631631
<div className="mt-8 flex gap-4 w-full max-w-[420px]">
632632
<button
633633
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 "
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-app/15 text-app border-app-alpha-50 hover:bg-app/20 "
635635
>
636636
<DownloadSimpleIcon size={24} weight="bold"/> Download HD
637637
</button>

0 commit comments

Comments
 (0)