yayan 1 год назад
Родитель
Сommit
befb87e10d
1 измененных файлов с 1 добавлено и 1 удалено
  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
         )