Updates dependencies

This commit is contained in:
Vitor Pamplona
2024-01-29 16:28:53 -05:00
parent 3ed45f282c
commit 14e9a91d40
3 changed files with 10 additions and 10 deletions
@@ -388,7 +388,7 @@ fun CreateTextWithEmoji(
.merge(
TextStyle(
color = textColor,
textAlign = textAlign,
textAlign = TextAlign.Unspecified,
fontWeight = fontWeight,
fontSize = fontSize,
),
@@ -446,7 +446,7 @@ fun CreateTextWithEmoji(
.merge(
TextStyle(
color = textColor,
textAlign = textAlign,
textAlign = TextAlign.Unspecified,
fontWeight = fontWeight,
fontSize = fontSize,
),