In Desktop Apps, if I want to set a label to the default text color for dark or light mode, I use label1.TextColor = Color.TextColor. This does not work in Web Apps. I’m getting an error “This item does not exist” for Color.TextColor.
The workaround I’ve found is to just set the color to nil. Example: Label1.TextColor=nil
Am I missing something? I dont’ know how I’ve never run into this before now.
2 posts - 2 participants