mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
fix: Fix visibility issues in Saving Account Withdraw screen (#2724)
Changed background color to make fields visible in dark mode.
This commit is contained in:
parent
3bbcd024df
commit
f863c27e57
@ -76,7 +76,11 @@ private fun SavingsAccountWithdrawScreen(
|
||||
) {
|
||||
val context = LocalContext.current
|
||||
|
||||
Column(modifier = modifier.fillMaxSize()) {
|
||||
Column(
|
||||
modifier = modifier
|
||||
.fillMaxSize()
|
||||
.background(MaterialTheme.colorScheme.background),
|
||||
) {
|
||||
MifosTopBar(
|
||||
navigateBack = { navigateBack(false) },
|
||||
title = { Text(text = stringResource(id = R.string.withdraw_savings_account)) },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user