Skip to content

Commit

Permalink
GitBook: [#16] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored and gitbook-bot committed Jan 23, 2022
1 parent 52956bd commit f74e2e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ThemeProvider } from "@mui/material/styles";

export const muiCache = createCache({
"key": "mui",
"prepend": true,
"prepend": true
});

//NOTE: Don't use <StyledEngineProvider injectFirst/>
Expand Down Expand Up @@ -47,7 +47,7 @@ import { useTheme } from "@mui/material/styles";
import { createMakeAndWithStyles } from "tss-react";

export const { makeStyles, withStyles } = createMakeAndWithStyles({
useTheme,
useTheme
// OR, if you have extended the default mui theme adding your own custom properties:
// Let's assume the myTheme object that you provide to the <ThemeProvider /> is of
// type MyTheme then you'll write:
Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* [🔩 MUI Integration](README.md)
* [💽 Cache](<README (1).md>)
* [💲 Nested selectors (ex $ syntax)](nested-selectors-ex-usd-syntax.md)
* [💫 Nested selectors (ex $ syntax)](nested-selectors-ex-usd-syntax.md)
* [⚡ SSR](ssr/README.md)
* [Next.js](ssr/next.js.md)
* [Other backend](ssr/other-backend.md)

0 comments on commit f74e2e7

Please sign in to comment.