tenhobi / flashcards

FIT CTU · BI-SP1 · BI-SP2 · B172 · B181 – software team project
MIT License
35 stars 8 forks source link

App theme and color palette #65

Closed danbalarin closed 6 years ago

danbalarin commented 6 years ago

We should make global theme for buttons (primary, secondary, active, disabled, etc), texts, and unify all views.

Color palette should be common, theme will be different for web and mobile.

tenhobi commented 6 years ago

Thx for suggestion. Flutter has a Theme, currently it uses default blue material design colors. We might consider to improve styles in 3rd iteration, now we need content more than colors.

Doing this as part of common would be hard, tho. Angular will use CSSs, Flutter uses the Theme.

tenhobi commented 6 years ago

Common styles for web and mobile is not possible in simple way. Styles for mobiles provides the Theme already. Closing for now.