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

Need a way to change the Decoration of FeedbackMessage Container #256

Open
yelkamel opened this issue Oct 18, 2022 · 0 comments
Open

Need a way to change the Decoration of FeedbackMessage Container #256

yelkamel opened this issue Oct 18, 2022 · 0 comments
Labels
sdk This issue affects the sdk

Comments

@yelkamel
Copy link

yelkamel commented Oct 18, 2022

Hello,

We use Wiredash to get some feedback for some new feature and content in our app Evolum.
Everything is great, except the fact that I can't change the color of the message container.

I looked in the code and apparently, this depend on the primaryColor and the brightness.

 MaterialColorTone get _primaryTone {
    return __primaryTone ??= MaterialColorTone(primaryColor, brightness);
  }

The problem is I don't wanna change my primaryColor to change the color of the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk This issue affects the sdk
Projects
None yet
Development

No branches or pull requests

2 participants