Skip to content

Commit 23be4d1

Browse files
committed
Implimented Bottom Bar for both Loan and Saving Account.
1 parent 4f42dd2 commit 23be4d1

File tree

1 file changed

+0
-1
lines changed
  • core/designsystem/src/commonMain/kotlin/org/mifos/mobile/core/designsystem/component

1 file changed

+0
-1
lines changed

core/designsystem/src/commonMain/kotlin/org/mifos/mobile/core/designsystem/component/MifosBottomSheet.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ fun MifosBottomSheet(
5454

5555
AnimatedVisibility(visible = showBottomSheet) {
5656
ModalBottomSheet(
57-
containerColor = Color.Black,
5857
onDismissRequest = {
5958
showBottomSheet = false
6059
dismissSheet()

0 commit comments

Comments
 (0)