From 4cc85975e54cfd8195596e017c351a227184806b Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 1 Sep 2024 12:29:56 +0430 Subject: [PATCH] style: minor changes --- src/components/modals/sleep-timer/sleep-timer.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }