fix: change undefined css class

This commit is contained in:
Mo
2022-06-02 11:00:06 -05:00
parent ed5f6495aa
commit 94199fb6b5
5 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ const LabsPane: FunctionComponent<Props> = ({ application }) => {
</div>
<Switch onChange={toggleFeature} checked={isEnabled} />
</div>
{showHorizontalSeparator && <HorizontalSeparator classes="mt-5 mb-3" />}
{showHorizontalSeparator && <HorizontalSeparator classes="mt-2.5 mb-3" />}
</Fragment>
)
})}