a-ghorbani / pocketpal-ai

An app that brings language models directly to your phone.
MIT License
1.14k stars 84 forks source link

Fix dark mode theming in bottom sheet components #97

Closed a-ghorbani closed 2 days ago

a-ghorbani commented 2 days ago

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