Use smaller delete button

chats-fixes
Justin 2022-06-09 10:06:58 -04:00
rodzic e0e1abc5c9
commit 45a5e2fd39
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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