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

Commit

Permalink
Increase superset selector item height
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitSuda committed Nov 11, 2022
1 parent df9e223 commit 7e7b6d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal fun SupersetExerciseListItem(
Row(
modifier = Modifier
.fillMaxWidth()
.height(36.dp)
.height(52.dp)
.run {
if (isSelectedJunction) {
this
Expand Down

0 comments on commit 7e7b6d9

Please sign in to comment.