How can I specified the value of one corner from the frame, I though I could use a tuple as a value of corner_radius but it returns an error.
this is the part of my code my code
logoFrame = ctk.CTkFrame(master= self, width= 200, height= 100, corner_radius=(12,12,12,12))
logoFrame.pack(pady = (24))
I was kinda hoping to make something like this image