Better aligns header elements
This commit is contained in:
@@ -2978,7 +2978,6 @@ fun DisplayEditStatus(editState: EditState) {
|
|||||||
style =
|
style =
|
||||||
LocalTextStyle.current.copy(
|
LocalTextStyle.current.copy(
|
||||||
color = MaterialTheme.colorScheme.placeholderText,
|
color = MaterialTheme.colorScheme.placeholderText,
|
||||||
fontSize = Font14SP,
|
|
||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Bold,
|
||||||
),
|
),
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ val EditFieldBorder = RoundedCornerShape(25.dp)
|
|||||||
val ChatBubbleShapeMe = RoundedCornerShape(15.dp, 15.dp, 3.dp, 15.dp)
|
val ChatBubbleShapeMe = RoundedCornerShape(15.dp, 15.dp, 3.dp, 15.dp)
|
||||||
val ChatBubbleShapeThem = RoundedCornerShape(3.dp, 15.dp, 15.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)
|
val HalfVertSpacer = Modifier.height(2.dp)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user