yayan 1 년 전
부모
커밋
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
         )