Skip to content

Commit

Permalink
♻️ :: topBar 개행 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGaram committed Sep 11, 2023
1 parent 80c13d0 commit 70c66a6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ fun DotoriTopBar(onSwitchClick: (Boolean) -> Unit) {
verticalAlignment = Alignment.CenterVertically
) {
DotoriText()
DotoriThemeSwitchButton(
onSwitchClick = onSwitchClick
)
DotoriThemeSwitchButton(onSwitchClick = onSwitchClick)
}
}

Expand Down

0 comments on commit 70c66a6

Please sign in to comment.