tkinter not show color
Answered

I want the Button bg show red, so I add the attribute [bg= 'red'],but isn't work
Please sign in to leave a comment.
Hi! I'm afraid button color change is not supported on macOS (corresponding question on stackoverflow). I believe one can use highlightbackground instead of bg as a compromise solution.