Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
AccountTab: Show/Hide Account Functionality Added - alpha added
Browse files Browse the repository at this point in the history
  • Loading branch information
shamim-emon committed Nov 4, 2024
1 parent 40d6a23 commit 88a8662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private fun HideAccountsRow(
val alpha = if(account.isVisible) {
1.0f
}else {
0.7f
0.6f
}
Row(
modifier = Modifier
Expand Down

0 comments on commit 88a8662

Please sign in to comment.