From 4ccb2b22881058d1a129f8b7a4a2b07b8e1c4b29 Mon Sep 17 00:00:00 2001 From: Mudipa Kishan Date: Thu, 23 Apr 2026 21:22:41 +0530 Subject: [PATCH] update :Apply submit button animation to reset and swap buttons --- components/compare-form.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/compare-form.tsx b/components/compare-form.tsx index 91e2db9..cc79df4 100644 --- a/components/compare-form.tsx +++ b/components/compare-form.tsx @@ -70,13 +70,13 @@ export function CompareForm({ setUsername1(e.target.value)} /> setUsername2(e.target.value)} /> @@ -97,6 +97,7 @@ export function CompareForm({ disabled={loading} type="button" title={t("form.swap")} + className="shadow-sm transition-transform hover:-translate-y-0.5" > @@ -105,6 +106,7 @@ export function CompareForm({ disabled={loading} title={t("form.reset")} type="button" + className="shadow-sm transition-transform hover:-translate-y-0.5" >