GroupTimeline: use size sm Toggle

This commit is contained in:
Alex Gleason 2023-03-31 11:58:23 -05:00
parent 2b5a3f720d
commit 94f67e166e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ const GroupTimeline: React.FC<IGroupTimeline> = (props) => {
<Toggle
checked={groupTimelineVisible}
onChange={handleToggleChange}
size='sm'
/>
</HStack>
)}