You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The problem is I don't wanna change my primaryColor to change the color of the container.
The text was updated successfully, but these errors were encountered: