apply background style to discord/gorhom bottom sheet (#7523)

This commit is contained in:
Armaan A
2025-02-07 07:13:08 -08:00
committed by GitHub
parent 4b706c9519
commit 729b9c9cc0
+1
View File
@@ -120,6 +120,7 @@ export function ModalsContainer() {
} }
handleIndicatorStyle={{backgroundColor: pal.text.color}} handleIndicatorStyle={{backgroundColor: pal.text.color}}
handleStyle={[styles.handle, pal.view]} handleStyle={[styles.handle, pal.view]}
backgroundStyle={pal.view}
onChange={onBottomSheetChange}> onChange={onBottomSheetChange}>
{element} {element}
</BottomSheet> </BottomSheet>