Skip to content

Commit

Permalink
chore: handle no flexGap
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold committed Jan 3, 2023
1 parent 78acc3f commit bc178f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stack/Stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const Stack: FC<StackProps> = React.forwardRef(
{ [styles.horizontal]: direction === 'horizontal' },
{ [styles.stackRtl]: htmlDir === 'rtl' },
styles[gap],
styles[`gap-${flexGap}`],
{ [styles[`gap-${flexGap}`]]: flexGap },
]);

return (
Expand Down

0 comments on commit bc178f2

Please sign in to comment.