From c1e712a6f06c7c10c9a1c30e148e984236cc095b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harry=28=EB=B0=B0=ED=98=84=EB=B9=88=29?= Date: Mon, 19 Feb 2024 12:07:53 +0900 Subject: [PATCH] =?UTF-8?q?[YDS-#195]=20improve=20:=20=EC=BD=94=EB=93=9C?= =?UTF-8?q?=EB=A6=AC=EB=B7=B0=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/yourssu/design/system/compose/foundation/Typography.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/src/main/java/com/yourssu/design/system/compose/foundation/Typography.kt b/compose/src/main/java/com/yourssu/design/system/compose/foundation/Typography.kt index cb61ee68..13de97a0 100644 --- a/compose/src/main/java/com/yourssu/design/system/compose/foundation/Typography.kt +++ b/compose/src/main/java/com/yourssu/design/system/compose/foundation/Typography.kt @@ -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(