Skip to content

Commit

Permalink
Merge pull request #360 from apeun-gidaechi/feature/355-profile-torch…
Browse files Browse the repository at this point in the history
…-area-bigger

Feature/Profile Torch Area Bigger
  • Loading branch information
8954sood authored Nov 5, 2024
2 parents 1522e99 + cccfa69 commit 4c53396
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ internal fun ProfileScreen(

@Composable
internal fun ProfileCard(title: String, content: String, onClickEdit: () -> Unit) {
Column {
Column(
modifier = Modifier.bounceClick(onClick = onClickEdit),
) {
Row(
verticalAlignment = Alignment.CenterVertically,
) {
Expand All @@ -344,9 +346,6 @@ internal fun ProfileCard(title: String, content: String, onClickEdit: () -> Unit
}
Box(
modifier = Modifier
.bounceClick(
onClick = onClickEdit,
)
.fillMaxWidth()
.height(56.dp),
) {
Expand Down

0 comments on commit 4c53396

Please sign in to comment.