From 93c9ffeb0295f18aa5292ec31debf45e152b919a Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 3 Jun 2023 16:01:39 -0400 Subject: [PATCH] adds a background to the app's icon in recommendation --- .../java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt index b09f375d2..229b39407 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt @@ -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 = {