Skip to content

Commit

Permalink
updated theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvelezbomba committed Jul 26, 2023
1 parent 03fbb87 commit 918f361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screen2.0/src/common/components/ResponsiveAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import HeaderSearch from "./HeaderSearch"

import nextConfig from "../../../next.config"
import screenIcon from "../../../public/screenIcon.png"
import { accordionTheme } from "../lib/themes"
import { defaultTheme } from "../lib/themes"

// CLICKING ON LINKS ONCE THE POPUP IS OPEN IS BROKEN!!!

Expand Down Expand Up @@ -128,7 +128,7 @@ function ResponsiveAppBar() {
}

return (
<ThemeProvider theme={accordionTheme}>
<ThemeProvider theme={defaultTheme}>
<AppBar position="static">
<Container maxWidth={false}>
<Toolbar disableGutters sx={{ justifyContent: "space-between" }}>
Expand Down

0 comments on commit 918f361

Please sign in to comment.