Skip to content

Commit

Permalink
fix: TopBar modifier 수정 (#61) (KAN-137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlawlstn1616 committed Nov 6, 2024
1 parent dc609ab commit 45e3e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/src/main/java/com/example/mhnfe/ui/components/TopBar.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ fun MainTopBar(
verticalAlignment = Alignment.CenterVertically
){
Text(
modifier = Modifier.padding(horizontal = 28.dp, vertical = 9.dp),
modifier = modifier
.padding(horizontal = 28.dp, vertical = 9.dp),
text = text,
style = Typography.titleMedium,
color = Color.White,
Expand Down

0 comments on commit 45e3e1c

Please sign in to comment.