feat: Increase spacing between text and time in MessageBubble for improved readability
This commit is contained in:
@@ -1672,7 +1672,7 @@ private fun MessageBubble(
|
|||||||
// Текст и время в одной строке (Row)
|
// Текст и время в одной строке (Row)
|
||||||
Row(
|
Row(
|
||||||
verticalAlignment = Alignment.Bottom,
|
verticalAlignment = Alignment.Bottom,
|
||||||
horizontalArrangement = Arrangement.spacedBy(8.dp) // Чуть больше отступ до времени
|
horizontalArrangement = Arrangement.spacedBy(10.dp) // Увеличенный отступ до времени
|
||||||
) {
|
) {
|
||||||
// 🔥 TELEGRAM: Текст 17sp, lineHeight 22sp, letterSpacing -0.4sp
|
// 🔥 TELEGRAM: Текст 17sp, lineHeight 22sp, letterSpacing -0.4sp
|
||||||
AppleEmojiText(
|
AppleEmojiText(
|
||||||
|
|||||||
Reference in New Issue
Block a user