mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix: adjust topic-notebook margin in properties
This commit is contained in:
@@ -197,7 +197,7 @@ function Properties({ noteId }) {
|
||||
sx={{
|
||||
flexWrap: "wrap",
|
||||
}}
|
||||
mt="2.5px"
|
||||
mt={1}
|
||||
>
|
||||
{topics.map((topic) => (
|
||||
<IconTag
|
||||
|
||||
Reference in New Issue
Block a user