Skip to content

Commit

Permalink
fix: logic active step padding (#7737)
Browse files Browse the repository at this point in the history
fix
: add padding around step items
  • Loading branch information
kevin9foong authored Oct 1, 2024
1 parent 0d4280f commit 308a046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const EditConditionWrapper = forwardRef<
ref={ref}
borderRadius="4px"
bg="white"
py="1.5rem"
border="1px solid"
borderColor="primary.500"
boxShadow="0 0 0 1px var(--chakra-colors-primary-500)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const EditLogicBlock = ({
<Stack
divider={<EditConditionBlockDivider />}
direction="column"
py="1.5rem"
pb="1.5rem"
px={{ base: '1.5rem', md: '2rem' }}
>
{logicConditionBlocks.map((block, index) => {
Expand Down

0 comments on commit 308a046

Please sign in to comment.