Is there a way to change the button text color?
-
Hello,
I can not find any related posts about this or anything about this in the manual. How do you change the button text color?
-
@eli_sherwood use tint_color
button = ui.Button() button.tint_color = 'blue'