Skip to content

Commit

Permalink
[fix] spotelss lint 수정,,
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyeon committed Jun 19, 2024
1 parent 44c7851 commit 0cb61ba
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ fun DorabangsTopAppBar(
if (actionIcon != null) {
Icon(
modifier =
Modifier
.padding(end = 20.dp)
.clickable { onClickActonIcon() },
Modifier
.padding(end = 20.dp)
.clickable { onClickActonIcon() },
painter = painterResource(id = actionIcon),
contentDescription = null,
)
Expand All @@ -63,9 +63,9 @@ fun DorabangsTopAppBar(
if (isEnableBackNavigation) {
Icon(
modifier =
Modifier
.padding(start = 20.dp)
.clickable { onClickBackIcon() },
Modifier
.padding(start = 20.dp)
.clickable { onClickBackIcon() },
painter = painterResource(id = R.drawable.ic_back),
contentDescription = null,
)
Expand Down

0 comments on commit 0cb61ba

Please sign in to comment.