Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
fix: 터치 영역 > 표시 까지 확장 (#66)
Browse files Browse the repository at this point in the history
hotfix/63-ranking-detail-click-event

ref: #63
close #63
  • Loading branch information
jinsu4755 authored Jan 29, 2023
1 parent 343a5fa commit bf07363
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ fun TopRankDescriptionBubble(
)
SoptampIconButton(
imageVector = ImageVector.vectorResource(id = R.drawable.right_forward),
tint = Color.White
tint = Color.White,
onClick = { onClickItem() }
)
}
}
Expand Down

0 comments on commit bf07363

Please sign in to comment.