You can also change the cell height ->
export const StyledTable = styled(Table)` .ant-table-row { height: 50px; } `