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.