Skip to content

Commit

Permalink
Merge pull request #62 from IoTeaTime/fix/61-kan-137-topbar-modifier
Browse files Browse the repository at this point in the history
fix: TopBar modifier 수정
  • Loading branch information
dlawlstn1616 authored Nov 6, 2024
2 parents f16b05e + 9162b7c commit 9322868
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 9322868

Please sign in to comment.