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

How do I change RadDataForm switch color #1433

Open ilkan opened 4 years ago

ilkan commented 4 years ago

I couldn't find the exact property to change RadDataForm selected switch's color which is green by default. I want to make it black.

UI:

Property:

 propertyAnnotations: [
      {
        name: "agree",
        displayName: "agree",
        index: 0,
        editor: "Switch"
      },
    ]

Style

EntityProperty[name='agree'] {
color: black;
visibility: collapsed;
}