mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-30 12:36:00 +02:00
Better aligns header elements
This commit is contained in:
parent
21a18cfa38
commit
dfec7ae7f5
@ -2978,7 +2978,6 @@ fun DisplayEditStatus(editState: EditState) {
|
||||
style =
|
||||
LocalTextStyle.current.copy(
|
||||
color = MaterialTheme.colorScheme.placeholderText,
|
||||
fontSize = Font14SP,
|
||||
fontWeight = FontWeight.Bold,
|
||||
),
|
||||
maxLines = 1,
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user