Better aligns header elements

pull/791/head
Vitor Pamplona 2024-03-01 12:28:42 -05:00
rodzic 21a18cfa38
commit dfec7ae7f5
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -2978,7 +2978,6 @@ fun DisplayEditStatus(editState: EditState) {
style =
LocalTextStyle.current.copy(
color = MaterialTheme.colorScheme.placeholderText,
fontSize = Font14SP,
fontWeight = FontWeight.Bold,
),
maxLines = 1,

Wyświetl plik

@ -56,7 +56,7 @@ val EditFieldBorder = RoundedCornerShape(25.dp)
val ChatBubbleShapeMe = RoundedCornerShape(15.dp, 15.dp, 3.dp, 15.dp)
val ChatBubbleShapeThem = RoundedCornerShape(3.dp, 15.dp, 15.dp, 15.dp)
val StdButtonSizeModifier = Modifier.size(20.dp)
val StdButtonSizeModifier = Modifier.size(19.dp)
val HalfVertSpacer = Modifier.height(2.dp)