From dcdd876a4cc7c002de673267a2ffbf6eb805842c Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:54:57 +0500 Subject: [PATCH] web: align note title with rest of ui (#7731) Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/components/editor/title-box.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/editor/title-box.tsx b/apps/web/src/components/editor/title-box.tsx index fe909aaef..52ee2ceff 100644 --- a/apps/web/src/components/editor/title-box.tsx +++ b/apps/web/src/components/editor/title-box.tsx @@ -106,6 +106,7 @@ function TitleBox(props: TitleBoxProps) { wrap="soft" rows={1} sx={{ + m: 0, p: 0, fontFamily, fontSize: ["1.625em", "1.625em", "2.625em"],