Hi everyone, I'm using the TextInput control in Power Apps to collect user data, but I need a UI adjustment. I have a list where users can only edit the even rows, and the odd rows are disabled for editing. The issue is that the disabled rows have a gray background by default, and I would like to change it to a light blue.
I noticed that the DisabledFill property is not available on TextInput, but it seems like the color is configured somewhere specific in Power Apps. Does anyone know where I can change this color to make the background of the disabled rows light blue?
I’ve tried setting the DisplayMode to disable the odd rows, but I’m not sure where to change the color. Can anyone help me out?