From e742cb473771d03c0970ec3beea9f39bfeb18017 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Mon, 21 Jul 2025 18:50:44 +0200 Subject: [PATCH] fix: Set font-size on add task button --- client/src/components/task-lists/TaskList/TaskList.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/task-lists/TaskList/TaskList.module.scss b/client/src/components/task-lists/TaskList/TaskList.module.scss index b229e241..f89a1d40 100644 --- a/client/src/components/task-lists/TaskList/TaskList.module.scss +++ b/client/src/components/task-lists/TaskList/TaskList.module.scss @@ -53,6 +53,7 @@ } .taskButtonText { + font-size: 14px; position: absolute; top: 12px; }