[Solved] Disabled a button changes it's background color

Hello Thunkable,
In quiz apps we do need to “Disabled” some choices buttons so the users cannot press them more than one time in the same question and we make the background of the wrong choices “red” but I found out that when disabled the button, its background will be changed to almost grey.
I ask you to fix this bug and let Thunkers control the color.
We want to disabled the button but keep the same background color that we set to it.
My regards!

1 Like

You can use a true/false variable to only carry out the Button’s actions when it has been ‘enabled’ by you without changing the appearance of the Button.

2 Likes

Thank you so much Jane! You’ve been a great active helper.

1 Like

A post was split to a new topic: Making a button “unclickable”