mifos-mobile icon indicating copy to clipboard operation
mifos-mobile copied to clipboard

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

Open Shermine237 opened this issue 1 year ago • 0 comments

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.

Shermine237 avatar Jul 01 '24 08:07 Shermine237