Reduce start padding, the InReplyToView already have a 8 end padding.
This commit is contained in:
parent
b1ab737393
commit
b2fe4d95e2
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ private fun ReplyToModeView(
|
|||
contentDescription = stringResource(CommonStrings.action_close),
|
||||
tint = MaterialTheme.colorScheme.secondary,
|
||||
modifier = Modifier
|
||||
.padding(end = 4.dp, top = 4.dp, start = 16.dp, bottom = 16.dp)
|
||||
.padding(end = 4.dp, top = 4.dp, start = 8.dp, bottom = 16.dp)
|
||||
.size(16.dp)
|
||||
.clickable(
|
||||
enabled = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue