diff options
Diffstat (limited to 'src/view/shell')
-rw-r--r-- | src/view/shell/Drawer.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 91f4771d2..0a3b4cfdf 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -222,7 +222,9 @@ let DrawerContent = ({}: {}): React.ReactNode => { // = return ( - <View testID="drawer" style={[a.flex_1, t.atoms.bg]}> + <View + testID="drawer" + style={[a.flex_1, a.border_r, t.atoms.bg, t.atoms.border_contrast_low]}> <ScrollView style={[a.flex_1]} contentContainerStyle={[ |