Oct 12 2021 12:31 AM
Hi,
Ver: Microsoft Teams Version 1.4.00.26376 (64-bit). It was last updated on 10/5/2021
Dark Mode. Task - AdaptiveCard (v 1.3).
Wrong background ...
Default mode:
Objects: Input.Text & TextBlock
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": "auto",
"items": [
{
"type": "TextBlock",
"text": "Text",
"color": "Accent",
"weight": "Bolder"
}
]
},
{
"type": "Column",
"width": "auto",
"items": [
{
"type": "TextBlock",
"text": "${Text}",
"wrap": true,
"color": "Accent",
"weight": "Bolder"
}
]
}
]
},
{
"type": "Input.Text",
"id": "Emails",
"value": "${Emails}",
"isMultiline": true,
"placeholder": "Enter emails ... "
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Cancel"
},
{
"type": "Action.Submit",
"title": "Add",
"id": "Add",
"data": {
"Type": "Add",
"Action": "Add",
"Id": "${Id}"
}
}
]
}
Oct 12 2021 06:08 AM
Solution@Paul_By - We are able to repro this issue. We have raised a bug and the concerned team is looking into it.
Thanks,
-----------------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Apr 18 2022 10:39 AM - edited Apr 18 2022 10:41 AM
This issue is not reproducible now. We tested and it appears fine. Could you please check once?
Oct 12 2021 06:08 AM
Solution@Paul_By - We are able to repro this issue. We have raised a bug and the concerned team is looking into it.
Thanks,
-----------------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.