ContriHUB / Upyogaarth

A utility application made using Flutter.
3 stars 17 forks source link

Updated InputFields Of MOD Calculator #49

Closed UVCoder1002 closed 2 years ago

UVCoder1002 commented 2 years ago

Fixes #23

nisiddharth commented 2 years ago

Hey Urvashi, sorry for the late response.

Saw your work, the text fields look nice.

Two suggestions for the future:

  1. Make the colours not hardcoded but define them somewhere and then use them.
  2. This will also help make the colours dark theme compatible by defining them with the same name separately for the two themes.

[You can refer to this project's main.dart to see how we can define colours in light and dark conditions.]

For now, I am merging your PR but I'll be changing the colours to Colors.grey for the sake of visibility in both light and dark themes :100: