We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b29ee7 commit 6c52d06Copy full SHA for 6c52d06
src/App.tsx
@@ -45,7 +45,7 @@ function App() {
45
<Box sx={{ height: "10%", bgcolor: theme.palette.background.paper }}>
46
<Header />
47
</Box>
48
- <Box sx={{ height: "90%", bgcolor: theme.palette.background.default }}>
+ <Box sx={{ height: "90%", bgcolor: theme.palette.background.default, color: theme.palette.text.primary }}>
49
<Router />
50
51
</HelpProvider>
0 commit comments