yayan 1 year ago
parent
commit
befb87e10d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/java/io/nexilis/alpha/ui/components/Attachments.kt

+ 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
         )