Replace Toggle with a custom component

This commit is contained in:
Alex Gleason
2023-03-31 11:06:43 -05:00
parent 5720d396fc
commit 541d48c5ab
3 changed files with 31 additions and 15 deletions

View File

@ -98,7 +98,6 @@ const EditAnnouncementModal: React.FC<IEditAnnouncementModal> = ({ onClose }) =>
</FormGroup>
<HStack alignItems='center' space={2}>
<Toggle
icons={false}
checked={allDay}
onChange={onChangeAllDay}
/>