Skip to content

Commit

Permalink
chore/#5: RommieTypography() 컴포저블 함수 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyein9892 committed Jan 9, 2025
1 parent 7538ead commit 5b8979d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fun RoomieAndroidTheme(
content: @Composable () -> Unit
) {
val colors = roomieColors()
val typography = roomieTypography()
val typography = RoomieTypography()

ProvideRoomieColorsAndTypography(colors, typography) {
MaterialTheme(content = content)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/wearerommies/roomie/ui/theme/Type.kt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fun roomieTextStyle(
)

@Composable
fun roomieTypography(): RoomieTypography {
fun RoomieTypography(): RoomieTypography {
return RoomieTypography(
heading1B20 = roomieTextStyle(
fontFamily = PretendardBold,
Expand Down

0 comments on commit 5b8979d

Please sign in to comment.