NativeScript / theme

@nativescript/theme
https://v7.docs.nativescript.org/ui/theme
Apache License 2.0
128 stars 44 forks source link

RadDataForm with explicit TKPropertyGroup declarations looks weird with iOS dark mode #218

Open manoldonev opened 5 years ago

manoldonev commented 5 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

Describe the bug The background of RadDataForm with explicit TKPropertyGroup declarations is not styled properly with iOS dark mode. Note that if TKPropertyGroups are not specified and the form is autogenerated, background is OK.

This MIGHT not be a theming issue but a component one, needs further investigation.

To Reproduce Tap the registration bottom -- the "broken" RadDataForm is on the registration screen.

Expected behavior RadDataForm should be styled properly in iOS dark mode with any configuration.

Sample project template-health-survey-ng.zip

Additional context

Screenshot 2019-10-31 at 19 40 49