DroidScript / Tracker

Bug Tracking and Feature Requests
5 stars 0 forks source link

list.checkboxColor does not assign correct Theme color - Hybrid app DS 2.67 #5

Open GT-CBG opened 4 months ago

GT-CBG commented 4 months ago

Hi there, I set up my own Theme colors but when I use this.lst.checkboxColor = "primary" the checkboxes take a completely different color (blue for primary, red for secondary). It also does not like "default" as a possible value.

ui.setThemeColor("#578778", "#CAA35D")

this.lst = ui.addList(this.lay, "", "Outlined, Dense, SecondaryText", 0.9, 0.7) this.lst.checkboxColor = "primary"

Regards

hamacjumar commented 4 months ago

Bug fixed already. Thank you for reporting. Latest version will be release tonight tomorrow. Regards