File tree 1 file changed +3
-0
lines changed
mifospay/src/main/java/org/mifos/mobilewallet/mifospay/ui
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package org.mifos.mobilewallet.mifospay.ui
3
3
import android.content.Context
4
4
import android.content.Intent
5
5
import androidx.compose.animation.AnimatedVisibility
6
+ import androidx.compose.foundation.background
6
7
import androidx.compose.foundation.layout.Box
7
8
import androidx.compose.foundation.layout.Column
8
9
import androidx.compose.foundation.layout.Row
@@ -110,8 +111,10 @@ fun MifosApp(appState: MifosAppState) {
110
111
.fillMaxWidth()
111
112
.wrapContentSize(Alignment .TopEnd )
112
113
.padding(end = 24 .dp)
114
+ .background(color = Color .White )
113
115
) {
114
116
DropdownMenu (
117
+ modifier = Modifier .background(color = Color .White ),
115
118
expanded = showHomeMenuOption,
116
119
onDismissRequest = { showHomeMenuOption = false }
117
120
) {
You can’t perform that action at this time.
0 commit comments