Sizing of hover items in the highlights view
This commit is contained in:
@ -69,7 +69,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Copy size={19} color={theme.colors.thNotebookSubtle.toString()} />
|
<Copy size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
style="hoverActionIcon"
|
style="hoverActionIcon"
|
||||||
@ -78,7 +78,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<LabelIcon size={18} color={theme.colors.thNotebookSubtle.toString()} />
|
<LabelIcon size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
style="hoverActionIcon"
|
style="hoverActionIcon"
|
||||||
@ -87,7 +87,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<BookOpen size={18} color={theme.colors.thNotebookSubtle.toString()} />
|
<BookOpen size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
style="hoverActionIcon"
|
style="hoverActionIcon"
|
||||||
@ -96,7 +96,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<TrashIcon size={18} color={theme.colors.thNotebookSubtle.toString()} />
|
<TrashIcon size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user