mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-09 23:26:22 +00:00
remove stroke
This commit is contained in:
@@ -183,14 +183,12 @@ private fun UsersLayout(
|
||||
IconButton(
|
||||
onClick = onShowAllProfilesClicked,
|
||||
enabled = !stopped,
|
||||
modifier = Modifier
|
||||
.clip(CircleShape)
|
||||
.border(
|
||||
BorderStroke(1.dp, mainColor),
|
||||
shape = CircleShape
|
||||
)
|
||||
) {
|
||||
Icon(painterResource(MR.images.ic_more_horiz), stringResource(MR.strings.your_chat_profiles), tint = mainColor)
|
||||
Icon(
|
||||
painterResource(MR.images.ic_more_horiz),
|
||||
stringResource(MR.strings.your_chat_profiles),
|
||||
tint = mainColor,
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user