diff --git a/src/components/modals/sleep-timer/sleep-timer.module.css b/src/components/modals/sleep-timer/sleep-timer.module.css index 4c7995f..63c5b53 100644 --- a/src/components/modals/sleep-timer/sleep-timer.module.css +++ b/src/components/modals/sleep-timer/sleep-timer.module.css @@ -1,5 +1,5 @@ .header { - margin-bottom: 16px; + margin-bottom: 28px; & .title { margin-bottom: 8px; @@ -28,6 +28,7 @@ & .label { display: block; margin-bottom: 4px; + font-size: var(--font-sm); font-weight: 500; }