From f331f3234ba80f3adbba603196a8fd79b0dc8ab5 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Thu, 2 Dec 2021 12:13:23 +0500 Subject: [PATCH] fix: adjust topic-notebook margin in properties --- apps/web/src/components/properties/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/properties/index.js b/apps/web/src/components/properties/index.js index a43575851..1053e87e7 100644 --- a/apps/web/src/components/properties/index.js +++ b/apps/web/src/components/properties/index.js @@ -197,7 +197,7 @@ function Properties({ noteId }) { sx={{ flexWrap: "wrap", }} - mt="2.5px" + mt={1} > {topics.map((topic) => (