From 0b1acae8b9243a0b89b28a0101d4dd60c1bd9035 Mon Sep 17 00:00:00 2001 From: mukundoff07 <66546011+mukundoff07@users.noreply.github.com> Date: Sun, 3 Oct 2021 07:37:40 -0400 Subject: [PATCH] minor changes --- My cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))