Remove icon from 'add poll answer' button

environments/review-revert-pol-kb7bc6/deployments/226
Justin 2 years ago
parent c2551b9e35
commit 7b9b0e9e34

@ -170,7 +170,6 @@ const PollForm = (props: IPollForm) => {
{options.size < maxOptions && ( {options.size < maxOptions && (
<Button <Button
theme='secondary' theme='secondary'
icon={require('@tabler/icons/icons/plus.svg')}
onClick={handleAddOption} onClick={handleAddOption}
size='sm' size='sm'
> >

Loading…
Cancel
Save