From 15953ef8565a27da2b41330753fbc40931987aa7 Mon Sep 17 00:00:00 2001 From: MAZE Date: Fri, 6 Oct 2023 18:39:39 +0330 Subject: [PATCH] style: change label cursor --- src/components/sound/sound.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sound/sound.module.css b/src/components/sound/sound.module.css index 01b562d..6a3dff4 100644 --- a/src/components/sound/sound.module.css +++ b/src/components/sound/sound.module.css @@ -31,6 +31,7 @@ } & h3 { + cursor: default; font-family: var(--font-heading); font-size: var(--font-sm); font-weight: 600;