drawer border (#5893)
This commit is contained in:
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user