You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can resolve this by applying color directly to the title like... <Dialog.Title style={Platform.OS === 'android' ? { color: 'black' } : {}}>Test Input</Dialog.Title>
EDIT: Same thing happens with Dialog.Input text and can be resolved by same styling as above
Platforms
Only on Android
Versions
Reproducible Demo
change the appearance to dark mode
The text was updated successfully, but these errors were encountered: