From c8e51226e57bfa72ad91318de25fc5f9b5751634 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 3 Jan 2024 20:03:32 +0330 Subject: [PATCH] style: change to primary color --- src/components/sounds/sounds.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sounds/sounds.module.css b/src/components/sounds/sounds.module.css index 430cb62..d89268f 100644 --- a/src/components/sounds/sounds.module.css +++ b/src/components/sounds/sounds.module.css @@ -44,7 +44,7 @@ width: 8px; height: 8px; content: ''; - background-color: #34d399; + background-color: var(--color-neutral-950); border-radius: 50%; } }