From 25158a5086353c55675f2690fe4624346390af3c Mon Sep 17 00:00:00 2001 From: v0 Date: Wed, 4 Feb 2026 16:30:43 +0000 Subject: [PATCH] feat: update delete button color to brighter red Change button color and add focus styles for better visibility. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 7f1e990..fc181ee 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1254,7 +1254,7 @@ function TokenCard({ token, code, timeLeft, showCode, onCopy, onEdit, onDelete, {t.edit} - + {t.delete}