Skip to content

Commit

Permalink
refactor: unused imports cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PratyushSingh07 committed Nov 11, 2023
1 parent 9263393 commit b8f3908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/org/mifos/mobile/ui/login/LoginScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ fun LoginScreen(
}
)

Spacer(modifier = Modifier.height(8.dp))

MifosOutlinedTextField(
value = password,
onValueChange = {
Expand All @@ -118,6 +120,8 @@ fun LoginScreen(
supportingText = passwordErrorContent
)

Spacer(modifier = Modifier.height(8.dp))

Button(
onClick = {
when {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,4 @@ fun MifosOutlinedTextField(
}
}
)

Spacer(modifier = Modifier.height(16.dp))
}

0 comments on commit b8f3908

Please sign in to comment.