Add Divider

This commit is contained in:
Justin
2022-06-07 11:24:40 -04:00
parent 7782c96ba4
commit 3dc60f2cd8
4 changed files with 44 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import React from 'react';
import { defineMessages, FormattedMessage, useIntl } from 'react-intl';
import AutosuggestInput from 'soapbox/components/autosuggest_input';
import { Button, HStack, Stack, Text } from 'soapbox/components/ui';
import { Button, Divider, HStack, Stack, Text } from 'soapbox/components/ui';
import { useAppSelector } from 'soapbox/hooks';
import DurationSelector from './polls/duration-selector';
@@ -187,6 +187,7 @@ const PollForm = (props: IPollForm) => {
</HStack>
</Stack>
<Divider />
{/* Duration */}
<Stack space={2}>