openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
258 stars 664 forks source link

refactor: Some parts of the code still use Color() instead of MaterialTheme colors, making the theme inconsistent. #2636

Open Shermine237 opened 1 week ago

Shermine237 commented 1 week ago

Summary:

Some parts of the code still use Color() instead of MaterialTheme colors, making the theme inconsistent.

Steps to reproduce:

Try changing the theme colors in theme.kt or style.xml and you'll see that some parts of the application remain unchanged.

Expected behaviour:

Use MaterialTheme colors for a uniform theme. This makes it easier to change themes.

Observed behaviour:

In some parts of the code, the colors are hard-coded.