fix: Set font-size on add task button

This commit is contained in:
Maksim Eltyshev
2025-07-21 18:50:44 +02:00
parent d8fbf2f909
commit e742cb4737
@@ -53,6 +53,7 @@
} }
.taskButtonText { .taskButtonText {
font-size: 14px;
position: absolute; position: absolute;
top: 12px; top: 12px;
} }