Skip to content

Commit

Permalink
Fix Typeset fontSizes type to match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noranda committed Mar 13, 2024
1 parent be079d3 commit a7413a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/blocks/src/components/Typeset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Wrapper = styled.div(withReset, ({ theme }) => ({

export interface TypesetProps {
fontFamily?: string;
fontSizes: string[];
fontSizes: number[];
fontWeight?: number;
sampleText?: string;
}
Expand Down

0 comments on commit a7413a1

Please sign in to comment.