diff --git a/src/components/__snapshots__/table-header-item.test.js.snap b/src/components/__snapshots__/table-header-item.test.js.snap
index 2270845bf..8b90673a4 100644
--- a/src/components/__snapshots__/table-header-item.test.js.snap
+++ b/src/components/__snapshots__/table-header-item.test.js.snap
@@ -2,7 +2,7 @@
exports[` should render correctly 1`] = `
- should render correctly 1`] = `
]
}
>
- |
Header Text
- |
-
+
+
`;
diff --git a/src/components/table-header-item.js b/src/components/table-header-item.js
index 4895db54c..04a49d0d3 100644
--- a/src/components/table-header-item.js
+++ b/src/components/table-header-item.js
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { getStyles } from '../utils/base';
import styled from 'react-emotion';
-const StyledTableHeaderItem = styled.td(props => props.styles);
+const StyledTableHeaderItem = styled.th(props => props.styles);
export default class TableHeaderItem extends Component {
render() {