Skip to content

Commit 6c52d06

Browse files
committed
Text color needs to be set so browser styles are not used
1 parent 4b29ee7 commit 6c52d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function App() {
4545
<Box sx={{ height: "10%", bgcolor: theme.palette.background.paper }}>
4646
<Header />
4747
</Box>
48-
<Box sx={{ height: "90%", bgcolor: theme.palette.background.default }}>
48+
<Box sx={{ height: "90%", bgcolor: theme.palette.background.default, color: theme.palette.text.primary }}>
4949
<Router />
5050
</Box>
5151
</HelpProvider>

0 commit comments

Comments
 (0)