From 6ac65c1948ad93fed012a8203fc8c6c2b2898b5b Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 26 Oct 2025 12:48:55 +0330 Subject: [PATCH] style: change cursor --- src/components/sounds/sound/sound.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sounds/sound/sound.module.css b/src/components/sounds/sound/sound.module.css index e88c9ce..d7bfb49 100644 --- a/src/components/sounds/sound/sound.module.css +++ b/src/components/sounds/sound/sound.module.css @@ -6,6 +6,7 @@ justify-content: center; padding: 25px 20px; text-align: center; + cursor: pointer; background: linear-gradient(rgb(24 24 27 / 50%), transparent); border: 1px solid var(--color-neutral-200); border-radius: 12px; @@ -107,7 +108,6 @@ font-size: var(--font-sm); font-weight: 600; line-height: 1.6; - cursor: default; } }