You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized the "cget" method does not work for the attributes "button_color" and "button_hover_color"
I get a Value error when I try it
Error: raise ValueError(f"'{attribute_name}' is not a supported argument. Look at the documentation for supported arguments.") ValueError: 'button_hover_color' is not a supported argument. Look at the documentation for supported arguments.
raise ValueError(f"'{attribute_name}' is not a supported argument. Look at the documentation for supported arguments.") ValueError: 'button_color' is not a supported argument. Look at the documentation for supported arguments.