Skip to content

Commit

Permalink
subTitle3 fontSize 변경 (#270)
Browse files Browse the repository at this point in the history
* chore: modify fontSize

* chore: update version.properties
  • Loading branch information
giovannijunseokim authored Sep 25, 2024
1 parent 2cb0f09 commit ada6b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ data class YdsTypography(
),
val subTitle3: YdsTextStyle = YdsTextStyle(
fontWeight = FontWeight.Medium,
fontSize = 18.dp,
lineHeight = 23.4f.dp,
fontSize = 14.dp,
lineHeight = 18.2f.dp,
),
val body1: YdsTextStyle = YdsTextStyle(
fontWeight = FontWeight.Normal,
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=2.6.1
versionName=2.6.2
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 comments on commit ada6b89

Please sign in to comment.