Skip to content

Commit

Permalink
chore: ktlintFormat 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
syb8200 committed Dec 21, 2023
1 parent 5480d82 commit d9f363c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ fun SusuNavigationBar(
Column {
Divider(
thickness = DIVIDER_THICKNESS.dp,
color = Gray20
color = Gray20,
)
Row(
modifier = modifier
.height(NAVIGATION_HEIGHT.dp)
.background(color = SusuTheme.colorScheme.background10)
.background(color = SusuTheme.colorScheme.background10),
) {
tabs.forEachIndexed { index, item ->
SusuNavigationItem(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ enum class NavigationItem(
selectedIcon = R.drawable.ic_my_page_filled,
unselectedIcon = R.drawable.ic_my_page_outlined,
tabName = "마이페이지",
)
),
}

0 comments on commit d9f363c

Please sign in to comment.