Skip to content

Commit

Permalink
fix: remove enable
Browse files Browse the repository at this point in the history
  • Loading branch information
zintarh committed Oct 12, 2024
1 parent a3c4a06 commit 7fcdeda
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ fun PrivateKeyView(modifier: Modifier = Modifier, onNext: () -> Unit) {
Button(
onClick = { openBottomSheet = true },
contentPadding = ButtonDefaults.ContentPadding,
enabled = accountName.isNotBlank(),

shape = RoundedCornerShape(8.dp),
colors = ButtonDefaults.buttonColors(backgroundColor = Color("#EC796B".toColorInt()), contentColor = Color.White),
modifier = Modifier
Expand Down

0 comments on commit 7fcdeda

Please sign in to comment.