Reformat NewsResourceCard

pull/1702/head
Rob Orgiu 9 months ago
parent 31c4f05872
commit 4885e92ba5

@ -139,13 +139,13 @@ fun NewsResourceCardExpanded(
modifier = Modifier
.fillMaxWidth((.8f))
.dragAndDropSource { _ ->
DragAndDropTransferData(
ClipData.newPlainText(
sharingLabel,
sharingContent,
),
flags = dragAndDropFlags,
)
DragAndDropTransferData(
ClipData.newPlainText(
sharingLabel,
sharingContent,
),
flags = dragAndDropFlags,
)
},
)
Spacer(modifier = Modifier.weight(1f))

Loading…
Cancel
Save