Skip to content

Commit

Permalink
apply background style to discord/gorhom bottom sheet (#7523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armster15 authored Feb 7, 2025
1 parent 4b706c9 commit 729b9c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/com/modals/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export function ModalsContainer() {
}
handleIndicatorStyle={{backgroundColor: pal.text.color}}
handleStyle={[styles.handle, pal.view]}
backgroundStyle={pal.view}
onChange={onBottomSheetChange}>
{element}
</BottomSheet>
Expand Down

0 comments on commit 729b9c9

Please sign in to comment.