From e2bb4dd55fbf17e777ddbb6825e400bd023da328 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 6 Aug 2025 13:21:44 +0330 Subject: [PATCH] style: increase border radius --- src/components/sounds/sound/sound.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {