Spacing of switch button

This commit is contained in:
Ian Philips 2022-08-04 15:07:09 -06:00
parent 839f19520a
commit 88c6c1f793

View File

@ -146,7 +146,7 @@ function CreateChallengeForm(props: {
<span className={''}>on</span>
{challengeInfo.outcome === 'YES' ? <YesLabel /> : <NoLabel />}
</Row>
<Row className={'max-w-xs justify-end'}>
<Row className={'mt-3 max-w-xs justify-end'}>
<Button
color={'gradient'}
className={'opacity-80'}