Remove bg in sidebars
This commit is contained in:
@@ -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 ? (
|
||||||
|
|||||||
@@ -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}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user