Replies: 1 comment
-
@avalon60 Done. changed from button text to label text color. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a suggestion. Presently you pick up the default text color from CTkButton. However, there is less chance of this contrasting well with the button colours being rendered, since these are based on CTkFrame colours. Instead it would be better, to grab the text_color from CTkLabel.
Here is how my theme looks:
Here is an example of how CTkTable can get it wrong:
However if you use CTkLabel, you get this:
Label text colours tend to be chosen so that they work well with the Frame colours.
Beta Was this translation helpful? Give feedback.
All reactions