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