From 525def12313b5be800b2adab592363ffa760e4fb Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Fri, 12 May 2023 19:26:34 +0700 Subject: [PATCH] update some components --- .gitignore | 3 ++- app.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd1d45b..90925d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/ food_data.db plot_test.ipynb -test.py \ No newline at end of file +test.py +test.ipynb \ No newline at end of file diff --git a/app.py b/app.py index bf49857..7c6ecad 100644 --- a/app.py +++ b/app.py @@ -265,7 +265,7 @@ class App: 'border':'2', 'sticky': 'nswe'})]) entrystyle.configure("EntryStyle.TEntry", background="green", - foreground="grey", + foreground="white", fieldbackground="gray") # --------------------------------------------------------------------------------------------