Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Armaan A and committed by
GitHub
729b9c9c 4b706c95

+1
+1
src/view/com/modals/Modal.tsx
··· 120 120 } 121 121 handleIndicatorStyle={{backgroundColor: pal.text.color}} 122 122 handleStyle={[styles.handle, pal.view]} 123 + backgroundStyle={pal.view} 123 124 onChange={onBottomSheetChange}> 124 125 {element} 125 126 </BottomSheet>