drawer border (#5893)

This commit is contained in:
Samuel Newman
2024-10-28 18:50:28 +02:00
committed by GitHub
parent 1c992beff6
commit d19c505d81
+3 -1
View File
@@ -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={[