Skip to content

Commit 45da0ec

Browse files
committed
[BOOK-123] refactor: ReedTopAppBar 코드 스타일 개선
1 parent 8f52ef0 commit 45da0ec

File tree

1 file changed

+2
-2
lines changed
  • core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/appbar

1 file changed

+2
-2
lines changed

core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/component/appbar/ReedTopAppBar.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ fun ReedTopAppBar(
3939
.fillMaxWidth()
4040
.height(56.dp)
4141
.background(color = White),
42-
verticalAlignment = Alignment.CenterVertically,
4342
horizontalArrangement = Arrangement.Start,
43+
verticalAlignment = Alignment.CenterVertically,
4444
) {
4545
if (startIconRes != null) {
4646
IconButton(
@@ -60,9 +60,9 @@ fun ReedTopAppBar(
6060

6161
Text(
6262
text = title,
63-
style = ReedTheme.typography.heading2SemiBold,
6463
modifier = Modifier.weight(1f),
6564
textAlign = TextAlign.Center,
65+
style = ReedTheme.typography.heading2SemiBold,
6666
)
6767

6868
if (endIconRes != null) {

0 commit comments

Comments
 (0)