diff --git a/src/components/sounds/sound/sound.module.css b/src/components/sounds/sound/sound.module.css index e5b88b8..49dc26f 100644 --- a/src/components/sounds/sound/sound.module.css +++ b/src/components/sounds/sound/sound.module.css @@ -8,7 +8,7 @@ text-align: center; background: linear-gradient(var(--color-neutral-100), transparent); border: 1px solid var(--color-neutral-200); - border-radius: 8px; + border-radius: 12px; transition: 0.2s; &:focus-visible {