diff options
author | Armaan A <49625265+Armster15@users.noreply.github.com> | 2025-02-07 07:13:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 15:13:08 +0000 |
commit | 729b9c9cc0055b657b2b63eb41a069f5b242e1c9 (patch) | |
tree | 76ee4e4232c1ea3f82134a7166292d777b0b380b /src | |
parent | 4b706c9519c548d53529876bdf815836ec71bdd4 (diff) | |
download | voidsky-729b9c9cc0055b657b2b63eb41a069f5b242e1c9.tar.zst |
apply background style to discord/gorhom bottom sheet (#7523)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/Modal.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/modals/Modal.tsx b/src/view/com/modals/Modal.tsx index 1cbb9dd9d..9ad651b4f 100644 --- a/src/view/com/modals/Modal.tsx +++ b/src/view/com/modals/Modal.tsx @@ -120,6 +120,7 @@ export function ModalsContainer() { } handleIndicatorStyle={{backgroundColor: pal.text.color}} handleStyle={[styles.handle, pal.view]} + backgroundStyle={pal.view} onChange={onBottomSheetChange}> {element} </BottomSheet> |