Fix button layout

This commit is contained in:
Thomas Nordquist
2019-07-17 11:00:57 +02:00
parent 72020b02b8
commit 1c52aced63
4 changed files with 10 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ export const TopicDeleteButton = (props: {
}
return (
<CustomIconButton onClick={() => props.deleteTopicAction(node)} tooltip="Clear this topic">
<Delete style={{ marginTop: '-3px' }} />
<Delete />
</CustomIconButton>
)
}