Skip to content

chore(site): remove paperLight background value #10857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 27, 2023
Prev Previous commit
Add navbar background back
  • Loading branch information
BrunoQuaresma committed Nov 27, 2023
commit 913dbaabaed47f5b88201b7a0006a75bbfc33f51
1 change: 1 addition & 0 deletions site/src/components/Dashboard/Navbar/NavbarView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export const NavbarView: FC<NavbarViewProps> = ({
css={(theme) => ({
height: navHeight,
borderBottom: `1px solid ${theme.palette.divider}`,
backgroundColor: theme.palette.background.paper,
})}
>
<div css={styles.wrapper}>
Expand Down