From 414aa379eab537cec5f5a059638fd6e59df8a1c2 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 4 Dec 2024 11:56:59 -0600 Subject: [PATCH] Remove bg in sidebars --- src/view/shell/desktop/LeftNav.tsx | 1 - src/view/shell/desktop/RightNav.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index ee64beb665..60a289fc91 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -327,7 +327,6 @@ export function DesktopLeftNav() { a.px_xl, styles.leftNav, isTablet && styles.leftNavTablet, - pal.view, pal.border, ]}> {hasSession ? ( diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 96acc0397f..f1e9070022 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -28,7 +28,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) { } return ( - + {routeName === 'Search' ? (