Use smaller delete button
This commit is contained in:
parent
e0e1abc5c9
commit
45a5e2fd39
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ const PollForm = (props: IPollForm) => {
|
|||
|
||||
{/* Remove Poll */}
|
||||
<div className='text-center'>
|
||||
<Button theme='danger' onClick={props.onRemovePoll}>
|
||||
<Button theme='danger' size='sm' onClick={props.onRemovePoll}>
|
||||
{intl.formatMessage(messages.removePoll)}
|
||||
</Button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue