Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Set style of adaptive card to Fluent UI style. #8643

Closed
qjkobe opened this issue Aug 7, 2023 · 1 comment
Closed

[Feature Request] Set style of adaptive card to Fluent UI style. #8643

qjkobe opened this issue Aug 7, 2023 · 1 comment
Labels

Comments

@qjkobe
Copy link

qjkobe commented Aug 7, 2023

Problem Statement

The style of adaptive card is different from that of fluent UI.
For example, here is the input box of fluent UI: https://react.fluentui.dev/?path=/docs/components-input--default
image
It has a white background color. But in adaptive card, the input is like below:
image
Can we make the adaptive card input control's background color also white? Actually the grey color will confuse our customers.

Proposed solution

There is a property to control the theme of adaptive card. We can change the rendering style of adaptive card by change this proprty.

Alternatives or Workarounds

No workarounds.

@jwoo-msft
Copy link
Member

jwoo-msft commented Sep 14, 2023

@qjkobe,
AdaptiveCards can be stylized, for JS or TS, please look here

For other renderers, you can check Native Styling section from this link
image

AdaptiveCards don't prescribe a specific style; the expectation is that AdaptiveCards' style will be customized to meet customers' requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

No branches or pull requests

2 participants