Skip to content

Commit

Permalink
add direction to extendTheme options
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Oct 17, 2023
1 parent 63152b0 commit 06c94f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-joy/src/styles/extendTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export interface CssVarsThemeOptions extends Partial2Level<ThemeScalesOptions> {
* // { ..., typography: { body1: { fontSize: 'var(--fontSize-md)' } }, ... }
*/
cssVarPrefix?: string;
direction?: 'ltr' | 'rtl';
focus?: Partial<Focus>;
typography?: Partial<TypographySystemOptions>;
variants?: Partial2Level<Variants>;
Expand Down

0 comments on commit 06c94f1

Please sign in to comment.