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 19, 2024
1 parent 0a729e7 commit c1e712a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data class YdsTextStyle(
val fontSize: Dp = Dp.Unspecified,
val lineHeight: Dp = Dp.Unspecified,
val color: Color = Color.Unspecified,
val textAlign: TextAlign = TextAlign.Start
val textAlign: TextAlign = TextAlign.Start,
) {
@Composable
fun toTextStyle() = TextStyle(
Expand Down

0 comments on commit c1e712a

Please sign in to comment.