mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-09 21:16:04 +00:00
chevron same size as sun/moon
This commit is contained in:
@@ -63,13 +63,13 @@ actual fun UserPickerInactiveUsersSection(
|
||||
enabled = !stopped
|
||||
) {
|
||||
Box(
|
||||
contentAlignment = Alignment.CenterEnd
|
||||
contentAlignment = Alignment.Center,
|
||||
modifier = Modifier.padding(end = DEFAULT_PADDING_HALF)
|
||||
) {
|
||||
Icon(
|
||||
painterResource(MR.images.ic_chevron_right),
|
||||
painterResource(MR.images.ic_arrow_forward_ios),
|
||||
stringResource(MR.strings.your_chat_profiles),
|
||||
tint = MaterialTheme.colors.secondary,
|
||||
modifier = Modifier.size(60.dp * fontSizeSqrtMultiplier)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user