Skip to content

Commit

Permalink
style: 툴바 타이틀 스타일 변경 (SH1 -> SH2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Nov 25, 2024
1 parent cd99d46 commit 2cb53b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun BtAppBar(
text = title,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
style = MaterialTheme.typography.titleMedium,
style = MaterialTheme.typography.titleLarge,
color = colors.titleColor,
)
actionButtons?.let {
Expand Down

0 comments on commit 2cb53b3

Please sign in to comment.