about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorArmaan A <49625265+Armster15@users.noreply.github.com>2025-02-07 07:13:08 -0800
committerGitHub <noreply@github.com>2025-02-07 15:13:08 +0000
commit729b9c9cc0055b657b2b63eb41a069f5b242e1c9 (patch)
tree76ee4e4232c1ea3f82134a7166292d777b0b380b /src
parent4b706c9519c548d53529876bdf815836ec71bdd4 (diff)
downloadvoidsky-729b9c9cc0055b657b2b63eb41a069f5b242e1c9.tar.zst
apply background style to discord/gorhom bottom sheet (#7523)
Diffstat (limited to 'src')
-rw-r--r--src/view/com/modals/Modal.tsx1
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>