Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jan 18, 2024
1 parent 310b21f commit 3a91783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-system/src/createTheme/applyStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export interface ApplyStyles<K extends string> {
*/
export default function applyStyles<K extends string>(key: K, styles: CSSObject) {
// @ts-expect-error this is 'any' type
// eslint-disable-next-line consistent-this
const theme = this as {
palette: { mode: 'light' | 'dark' };
vars?: any;
Expand Down

0 comments on commit 3a91783

Please sign in to comment.