fix: add cursor-pointer to Button

This commit is contained in:
Ilia Mashkov
2026-05-18 12:38:10 +03:00
parent 76f5b269f8
commit e3959c0e45
+1 -1
View File
@@ -40,7 +40,7 @@ const SIZES: Record<ButtonSize, string> = {
/* box-shadow excluded from transition intentionally — snaps instantly so the /* box-shadow excluded from transition intentionally — snaps instantly so the
* eye follows the 130ms button movement, not the shadow change. */ * 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. * Brutalist button with variants and sizes.