Skip to content

Commit

Permalink
Merge branch 'remove-gap-from-container'
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Dec 5, 2024
2 parents d73a954 + 9211d78 commit 3ee5ce0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Row } from './Row';

const StyledContainer = styled(Row)({
padding: `0 ${Spacings.spacing5}`,
gap: Spacings.spacing5,
});

export const CellDisabledContext = React.createContext<boolean>(false);
Expand Down

0 comments on commit 3ee5ce0

Please sign in to comment.