Skip to content

Commit

Permalink
[theme] Fix wrong ResponsiveFontSizesOptions type (#18661)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler authored and oliviertassinari committed Dec 3, 2019
1 parent ea08d97 commit 2022b68
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 2022b68

Please sign in to comment.