-
-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduction link: component folder
Describe the bug
DateTimePicker loses theme/color scheme when rendered inside Dialog component from @rn-primitives/dialog. The picker works with proper theming when used directly but reverts to default blue colors when wrapped in a Dialog.
Steps to reproduce the behavior:
- Create a component with DateTimePicker inside a Dialog
- Set up app with custom theme/color scheme
- Open the dialog containing the date picker
- Observe the picker uses default colors instead of themed colors
Expected behavior
The DateTimePicker should inherit and respect the app's theme/color scheme when rendered inside a Dialog, same as when rendered directly.
Screenshots
DatePicker outside of Dialog:

Platform (please complete the following information):
- Type: [Device/Simulator]
- OS: [iOS/Android]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working