From e3959c0e4509e47aeaf95da21dc11ae4643a79dc Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Mon, 18 May 2026 12:38:10 +0300 Subject: [PATCH] fix: add cursor-pointer to Button --- src/shared/ui/Button/ui/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/ui/Button/ui/Button.tsx b/src/shared/ui/Button/ui/Button.tsx index 879c24f..b3db774 100644 --- a/src/shared/ui/Button/ui/Button.tsx +++ b/src/shared/ui/Button/ui/Button.tsx @@ -40,7 +40,7 @@ const SIZES: Record = { /* box-shadow excluded from transition intentionally — snaps instantly so the * eye follows the 130ms button movement, not the shadow change. */ -const BASE = 'btn-transition uppercase tracking-wider'; +const BASE = 'cursor-pointer btn-transition uppercase tracking-wider'; /** * Brutalist button with variants and sizes.