Skip to content

Commit

Permalink
Fix wrong type for ResponsiveFontSizesOptions.variants
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler committed Dec 3, 2019
1 parent ea08d97 commit 354a815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/styles/responsiveFontSizes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface ResponsiveFontSizesOptions {
breakpoints?: Breakpoint[];
disableAlign?: boolean;
factor?: number;
variants?: ThemeStyle;
variants?: ThemeStyle[];
}

export default function responsiveFontSizes(
Expand Down

0 comments on commit 354a815

Please sign in to comment.