mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Sizing of hover items in the highlights view
This commit is contained in:
parent
1b21617e24
commit
cfbdcd82ea
1 changed files with 4 additions and 4 deletions
|
|
@ -69,7 +69,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||
event.preventDefault()
|
||||
}}
|
||||
>
|
||||
<Copy size={19} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
<Copy size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
</Button>
|
||||
<Button
|
||||
style="hoverActionIcon"
|
||||
|
|
@ -78,7 +78,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||
event.preventDefault()
|
||||
}}
|
||||
>
|
||||
<LabelIcon size={18} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
<LabelIcon size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
</Button>
|
||||
<Button
|
||||
style="hoverActionIcon"
|
||||
|
|
@ -87,7 +87,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||
event.preventDefault()
|
||||
}}
|
||||
>
|
||||
<BookOpen size={18} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
<BookOpen size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
</Button>
|
||||
<Button
|
||||
style="hoverActionIcon"
|
||||
|
|
@ -96,7 +96,7 @@ export const HighlightHoverActions = (props: HighlightHoverActionsProps) => {
|
|||
event.preventDefault()
|
||||
}}
|
||||
>
|
||||
<TrashIcon size={18} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
<TrashIcon size={21} color={theme.colors.thNotebookSubtle.toString()} />
|
||||
</Button>
|
||||
</Box>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue