AdaptiveCards icon indicating copy to clipboard operation
AdaptiveCards copied to clipboard

[Rendering] people-picker in teams adaptive card has white back ground

Open StCross opened this issue 1 year ago • 1 comments

Target Platforms

UWP

SDK Version

None

Application Name

Microsoft Teams web client

Problem Description

In teams adaptive card, people picker element's background turns from grey to white recently, which is hard to be recognized. There is no change in card template

Screenshots

Screenshot 2023-07-26 at 13 53 55

Card JSON

{
  "type": "AdaptiveCard",
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.4",
  "body": [
    {
      "type": "Input.ChoiceSet",
      "choices": [],
      "choices.data": {
        "type": "Data.Query",
        "dataset": "graph.microsoft.com/users"
      },
      "id": "userIds",
      "isMultiSelect": true,
      "isRequired": true,
      "errorMessage": "error"
    }
  ]
}

Sample Code Language

No response

Sample Code

No response

StCross avatar Jul 26 '23 05:07 StCross

Has this ever been addressed have same issue

01 avatar Jan 05 '24 13:01 01