Driexus / SimpleMoneyTracker

GNU General Public License v3.0
0 stars 2 forks source link

Fix #26: Make the submit buttons in the home page like the toggle buttons in the timeline page #29

Closed MohitKambli closed 9 months ago

MohitKambli commented 9 months ago

Hello, I have made the possible code changes in order to make the submit buttons in the home page look like the toggle buttons in the timeline page. I have simply made changes in the homepage.dart file itself located at 'SimpleMoneyTracker\lib\ui\home'_. The vertical spacing wasn't visible before, but by adding the Border widget, I was able to get that in place. As of now the home page looks something like this:

image

Even though the buttons' layout and buttons look same, their codes are quite different. Hope this helps in meeting the necessary requirements.

Thanks, Mohit Kambli