Remove bg in sidebars

This commit is contained in:
Eric Bailey
2024-12-04 11:56:59 -06:00
parent 251da0be52
commit 414aa379ea
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -327,7 +327,6 @@ export function DesktopLeftNav() {
a.px_xl, a.px_xl,
styles.leftNav, styles.leftNav,
isTablet && styles.leftNavTablet, isTablet && styles.leftNavTablet,
pal.view,
pal.border, pal.border,
]}> ]}>
{hasSession ? ( {hasSession ? (
+1 -1
View File
@@ -28,7 +28,7 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
} }
return ( return (
<View style={[a.px_xl, styles.rightNav, pal.view]}> <View style={[a.px_xl, styles.rightNav]}>
<View style={{paddingVertical: 20}}> <View style={{paddingVertical: 20}}>
{routeName === 'Search' ? ( {routeName === 'Search' ? (
<View style={{marginBottom: 18}}> <View style={{marginBottom: 18}}>