editor: reduce size of task list header

This commit is contained in:
ammarahm-ed
2023-04-18 00:50:20 +05:00
parent 1acf2aadba
commit 9ab83e7fbb

View File

@@ -76,7 +76,7 @@ export function TaskListComponent(
sx={{
position: "relative",
bg: "bgSecondary",
py: 1,
py: "5px",
borderRadius: "default",
mb: 2,
alignItems: "center",