drawer border (#5893)
This commit is contained in:
@@ -222,7 +222,9 @@ let DrawerContent = ({}: {}): React.ReactNode => {
|
|||||||
// =
|
// =
|
||||||
|
|
||||||
return (
|
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
|
<ScrollView
|
||||||
style={[a.flex_1]}
|
style={[a.flex_1]}
|
||||||
contentContainerStyle={[
|
contentContainerStyle={[
|
||||||
|
|||||||
Reference in New Issue
Block a user