mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
refactor: apply unselectable for all tags
This commit is contained in:
@@ -38,13 +38,7 @@ function Menu(props) {
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Text
|
||||
className="unselectable"
|
||||
as="span"
|
||||
mx={1}
|
||||
fontFamily="body"
|
||||
fontSize="menu"
|
||||
>
|
||||
<Text as="span" mx={1} fontFamily="body" fontSize="menu">
|
||||
{item.title}
|
||||
</Text>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user