Bottom sheet content is rendered in a portal, outside the main component tree, which breaks the theme context chain.
By adding PaperProvider within the bottom sheets, we restore proper theming for all Paper components rendered inside them.
Fixes #96
Added PaperProvider within bottom sheet components to restore theme context
Fixed background colors for bottom sheet and handle indicator
Platform Affected
[x] iOS
[x] Android
Checklist
[x] Necessary comments have been made.
[x] I have tested this change on:
[x] iOS Simulator/Device
[x] Android Emulator/Device
[x] Unit tests and integration tests pass locally.
Description
Bottom sheet content is rendered in a portal, outside the main component tree, which breaks the theme context chain. By adding PaperProvider within the bottom sheets, we restore proper theming for all Paper components rendered inside them.
Fixes #96
Platform Affected
Checklist