From 85768d8bca10f2732e98d138a3d83ec3116816d4 Mon Sep 17 00:00:00 2001 From: MAZE Date: Fri, 6 Oct 2023 19:13:04 +0330 Subject: [PATCH] fix: add aria labels --- src/components/sound/sound.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/sound/sound.tsx b/src/components/sound/sound.tsx index 1ca6c10..5266820 100644 --- a/src/components/sound/sound.tsx +++ b/src/components/sound/sound.tsx @@ -36,8 +36,9 @@ export function Sound({ label, src }: SoundProps) { onClick={() => setIsSelected(prev => !prev)} onKeyDown={() => setIsSelected(prev => !prev)} > -

{label}

+

{label}