adds a background to the app's icon in recommendation

This commit is contained in:
Vitor Pamplona
2023-06-03 16:01:39 -04:00
parent 2e5e546e7d
commit 93c9ffeb02
@@ -763,11 +763,7 @@ fun RenderAppDefinition(
)
.clip(shape = CircleShape)
.fillMaxSize()
.border(
3.dp,
MaterialTheme.colors.background,
CircleShape
)
.background(MaterialTheme.colors.background)
.combinedClickable(
onClick = { zoomImageDialogOpen = true },
onLongClick = {