effortless-mgmt / ems_app

Effortless Management System Flutter App
3 stars 0 forks source link

Colors in Settings screen are wrong #113

Closed algorythm closed 5 years ago

algorythm commented 5 years ago

Colors in the settings screen should use Theme.of(context).[...] rather than Colors.[...]. This ensures that the themes (#76) will work correctly.

Okjonas commented 5 years ago

Solved this issue.