mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-07 19:25:52 +00:00
gradient
This commit is contained in:
@@ -230,8 +230,19 @@ private fun InactiveUsersSection(
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
) {
|
||||
Row(
|
||||
modifier = Modifier.fillMaxWidth().height(60.dp)
|
||||
horizontalArrangement = Arrangement.End,
|
||||
modifier = Modifier.fillMaxWidth().padding(end = DEFAULT_PADDING).height(60.dp)
|
||||
) {
|
||||
Canvas(modifier = Modifier.height(60.dp).width(200.dp)) {
|
||||
drawRect(
|
||||
brush = Brush.linearGradient(
|
||||
colors = listOf(
|
||||
Color.Transparent,
|
||||
CurrentColors.value.colors.surface,
|
||||
)
|
||||
),
|
||||
)
|
||||
}
|
||||
}
|
||||
IconButton(
|
||||
onClick = onShowAllProfilesClicked,
|
||||
|
||||
Reference in New Issue
Block a user