Skip to content

Commit

Permalink
[YDS-#195] improve : 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-polarbear committed Feb 13, 2024
1 parent 563436e commit 0a729e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data class YdsTextStyle(
fontSize = with(LocalDensity.current) { fontSize.toSp() },
lineHeight = with(LocalDensity.current) { lineHeight.toSp() },
color = color,
textAlign = textAlign
textAlign = textAlign,
)

fun merge(other: YdsTextStyle?): YdsTextStyle {
Expand Down

0 comments on commit 0a729e7

Please sign in to comment.