diff --git a/My cal.py b/My cal.py index d5be8a4..cc74821 100644 --- a/My cal.py +++ b/My cal.py @@ -40,7 +40,7 @@ def clrbut(): textin.set('') -metext=Entry(me,font=("Courier New",12,'bold'),textvar=textin,width=25,bd=5,bg='powder blue') +metext=Entry(me,font=("Courier New",12,'bold'),textvar=textin,width=25,bd=5,bg='powder gray') metext.pack() but1=Button(me,padx=14,pady=14,bd=4,bg='white',command=lambda:clickbut(1),text="1",font=("Courier New",16,'bold'))