Use smaller delete button

This commit is contained in:
Justin 2022-06-09 10:06:58 -04:00
parent e0e1abc5c9
commit 45a5e2fd39

View file

@ -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>