Skip to content

Commit 10991fc

Browse files
committed
Refactor navbar and table colors
1 parent dbdcad0 commit 10991fc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

site/src/components/Dashboard/Navbar/NavbarView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ export const NavbarView: FC<NavbarViewProps> = ({
187187
<nav
188188
css={(theme) => ({
189189
height: navHeight,
190-
background: theme.palette.background.paper,
191190
borderBottom: `1px solid ${theme.palette.divider}`,
192191
})}
193192
>

site/src/theme/mui.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ dark = createTheme(dark, {
244244
root: ({ theme }) => ({
245245
borderCollapse: "unset",
246246
border: "none",
247-
background: dark.palette.background.paper,
248247
boxShadow: `0 0 0 1px ${dark.palette.background.default} inset`,
249248
overflow: "hidden",
250249

@@ -266,7 +265,7 @@ dark = createTheme(dark, {
266265
fontSize: 14,
267266
color: dark.palette.text.secondary,
268267
fontWeight: 600,
269-
background: dark.palette.background.paperLight,
268+
background: dark.palette.background.paper,
270269
},
271270
root: {
272271
fontSize: 16,

0 commit comments

Comments
 (0)