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