Forums

Full Version: Change the hovercolor for filter component
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change the hover color of the filter component.

(12-23-2022, 10:42 AM)harshabalan Wrote: [ -> ]How to change the hover color of the filter component.

The below script an be used to change the hover background color
var a= sdk.getWidget( componentid);
a.m_hoverbackgroundcolor= "rgba(0, 0, 0, 0.1)";