Skip to content

Commit

Permalink
add spacing between configurable module options
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Apr 22, 2024
1 parent 967684f commit c454c53
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ export const ChooseModuleToConfigureModal = (
fixtureOptions.length > 0 ? (
<Flex flexDirection={DIRECTION_COLUMN}>
<StyledText as="p">{t('add_this_deck_hardware')}</StyledText>
{fixtureOptions}
<Flex flexDirection={DIRECTION_COLUMN} gridGap={SPACING.spacing8}>
{fixtureOptions}
</Flex>
</Flex>
) : (
emptyState
Expand Down

0 comments on commit c454c53

Please sign in to comment.