yayan il y a 1 an
Parent
commit
befb87e10d

+ 1 - 1
app/src/main/java/io/nexilis/alpha/ui/components/Attachments.kt

@@ -91,7 +91,7 @@ fun Attachments(modifier: Modifier, onAttachment: (List<Uri>) -> Unit) {
     }
     ) {
         Icon(
-            imageVector = Icons.Default.Add,
+            imageVector = Icons.Default.AttachFile,
             contentDescription = "",
             tint = MaterialTheme.colorScheme.primary
         )