Skip to content

Commit

Permalink
refactor: SuwikiAlignButton 클릭 범위 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BEEEAM-J committed Dec 10, 2023
1 parent 5513259 commit da208d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ fun SuwikiAlignButton(
Box(
modifier = Modifier
.size(40.dp)
.suwikiClickable(onClick = onClick)
.clip(RoundedCornerShape(10.dp))
.suwikiClickable(onClick = onClick)
.background(Color(0xFFFFFFFF)),
) {
Icon(
Expand Down

0 comments on commit da208d5

Please sign in to comment.