fix: adjust topic-notebook margin in properties

This commit is contained in:
thecodrr
2021-12-02 12:13:23 +05:00
parent 589e720c49
commit f331f3234b

View File

@@ -197,7 +197,7 @@ function Properties({ noteId }) {
sx={{ sx={{
flexWrap: "wrap", flexWrap: "wrap",
}} }}
mt="2.5px" mt={1}
> >
{topics.map((topic) => ( {topics.map((topic) => (
<IconTag <IconTag