From 8a79ccf018cd7ee86b27b8bd187975376abea953 Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 16 Jun 2024 18:50:06 +0330 Subject: [PATCH] style: change button style --- src/components/toolbox/countdown-timer/form/form.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/toolbox/countdown-timer/form/form.module.css b/src/components/toolbox/countdown-timer/form/form.module.css index b6a60ee..8b1cf2b 100644 --- a/src/components/toolbox/countdown-timer/form/form.module.css +++ b/src/components/toolbox/countdown-timer/form/form.module.css @@ -14,9 +14,8 @@ cursor: pointer; background-color: var(--color-neutral-950); border: none; - border-radius: 8px; + border-radius: 4px; outline: none; - box-shadow: inset 0 -3px 0 var(--color-neutral-700); } }