diff --git a/lib/components/src/blocks/PropsTable/SectionRow.tsx b/lib/components/src/blocks/PropsTable/SectionRow.tsx index e904be3568a..faebc6651cf 100644 --- a/lib/components/src/blocks/PropsTable/SectionRow.tsx +++ b/lib/components/src/blocks/PropsTable/SectionRow.tsx @@ -6,7 +6,7 @@ export interface SectionRowProps { section: string; } -const SectionTh = styled.th(({ theme }) => ({ +const SectionTh = styled.th<{}>(({ theme }) => ({ letterSpacing: '0.35em', textTransform: 'uppercase', fontWeight: theme.typography.weight.black,