Skip to content

Commit

Permalink
Remove gap from cell container
Browse files Browse the repository at this point in the history
  • Loading branch information
olmoh committed Dec 5, 2024
1 parent d73a954 commit 9211d78
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 9211d78

Please sign in to comment.