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") # --------------------------------------------------------------------------------------------