ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

[RadDataForm] Changing background color of the form has no affect #1363

Open Whip opened 4 years ago

Whip commented 4 years ago

Tell us about the problem

The background color of RadDataForm is loaded from the $background variable of the theme and changing it has no affect. I tried

RadDataForm{
    background-color: red;
}
RadDataForm.red{
    background-color: red;
}
<df:RadDataForm backgroundColor="red" />

Nothing works. In my app-common.scss file, if I change $background: red; then it works but then all the pages are red. I don't want that.

Which platform(s) does your issue occur on?

_Android

Please provide the following version numbers that your issue occurs with: