mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix: adjust topic-notebook margin in properties
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user