Skip to content

Commit

Permalink
Format changes part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonieaj committed Oct 12, 2024
1 parent 1cdc237 commit 4004cb8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import DownloadSVGButton from "./DownloadSVGButton";
import { Alert } from "@mui/material";
import { configDataPropTypes } from "./MemoryModelsUserInput";
import Header from "./Header";
// import { darkTheme, lightTheme } from "./index";

export default function App() {
const [textData, setTextData] = useState("");
Expand All @@ -34,10 +33,7 @@ export default function App() {
}
};

const usingDarkMode = useMediaQuery("(prefers-color-scheme: dark)");

return (
// <ThemeProvider theme={usingDarkMode ? darkTheme : lightTheme}>
<main className="container">
<Header />
{failureBanner && (
Expand Down Expand Up @@ -78,6 +74,5 @@ export default function App() {
</Box>
</Stack>
</main>
// </ThemeProvider>
);
}
2 changes: 0 additions & 2 deletions demo/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ root.render(
<Root />
</StrictMode>
);

export { lightTheme, darkTheme };

0 comments on commit 4004cb8

Please sign in to comment.