microsoft / AdaptiveCards

A new way for developers to exchange card content in a common and consistent way.
https://adaptivecards.io
MIT License
1.75k stars 547 forks source link

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

Open StCross opened 1 year ago

StCross commented 1 year ago

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

01 commented 8 months ago

Has this ever been addressed have same issue