Better aligns header elements

This commit is contained in:
Vitor Pamplona 2024-03-01 12:28:42 -05:00
parent 21a18cfa38
commit dfec7ae7f5
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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)