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%; } }