feat: add move to notebook to properties(dummy)

This commit is contained in:
thecodrr
2020-01-13 11:43:08 +05:00
parent b13f1a12a7
commit ddc968f53d

View File

@@ -71,6 +71,10 @@ const Properties = props => {
onChecked={props.onFavorited}
/>
<CheckBox icon={Icon.Lock} label="Lock" onChecked={props.onLocked} />
<Flex fontSize="body" sx={{ marginBottom: 3 }} alignItems="center">
<Icon.Book size={18} />
<Text sx={{ marginLeft: 1 }}>Move to notebook</Text>
</Flex>
<Flex fontSize="body" sx={{ marginBottom: 2 }} alignItems="center">
<Icon.Tag size={18} />
<Text sx={{ marginLeft: 1 }}>Tags:</Text>