Fix types

This commit is contained in:
Michael Shilman 2019-10-25 01:29:05 +08:00
parent a028991f39
commit ee1e00eb67

View File

@ -6,7 +6,7 @@ export interface SectionRowProps {
section: string;
}
const SectionTh = styled.th<SectionRowProps>(({ theme }) => ({
const SectionTh = styled.th<{}>(({ theme }) => ({
letterSpacing: '0.35em',
textTransform: 'uppercase',
fontWeight: theme.typography.weight.black,