emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
165 stars 11 forks source link

Categories Colors #5

Closed StefanoBerlato closed 4 years ago

StefanoBerlato commented 4 years ago

In models/category.dart there is a (static) list of colors. Are these taken from the MaterialPalette (https://www.materialpalette.com/)?

emavgl commented 4 years ago

No, just written Colors and taken some from that class.

emavgl commented 4 years ago

Do you want to change the color? If yes, feel free to do so.