SOLVED

MS Teams, Dark Mode, Task with Adaptive card - wrong colors (Microsoft Teams Version 1.4.00.26376

Brass Contributor

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 ...

 

569561f9-aa8d-4400-9dde-dbb3e9478005.png

 

Default mode:

68d63038-7d40-4167-a764-a15eb99991b4.png

 

 

 

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}"

      }

    }

  ]

}

3 Replies

@Paul_By - We are looking into this. We will update you.

best response confirmed by Paul_By (Brass Contributor)
Solution

@Paul_By - We are able to repro this issue. We have raised a bug and the concerned team is looking into it. 

 

Thanks,

Meghana 

-----------------------------------------------------------------------------------------------------------------

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.

This issue is not reproducible now. We tested and it appears fine. Could you please check once?

MeghanaMSFT_0-1650303665588.png

 

1 best response

Accepted Solutions
best response confirmed by Paul_By (Brass Contributor)
Solution

@Paul_By - We are able to repro this issue. We have raised a bug and the concerned team is looking into it. 

 

Thanks,

Meghana 

-----------------------------------------------------------------------------------------------------------------

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.

View solution in original post