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
I'm using a custom theme for my app. While my app and the Talker Monitor take the colors from my theme, TalkerView doesn't.
Screenshots
My app :-)
Talker Monitor :-)
TalkerView :-(
I guess lines 33, 34 and 52 in talker_view_appbar.dart cause the problem.
Instead of using the talkerTheme, they should use the app's theme.
I tried to adjust the TalkerScreenTheme but that doesn't work in my case as the white text in the filter buttons is hardly not visible and I'd prefer a white background for the log data.
It would be great, if this could be fixed. :-)
The text was updated successfully, but these errors were encountered:
Hi @Vera-Spoettl
That pr of me would indeed fix it as it would use your apps theme instead.
I however already made a previous PR that fixed some small ui inconsistencies and added a factory method to the TalkerScreenTheme. This I think should fix your issues as well.
If I recall correctly the AppBar should then use talkerTheme.backgroundColor.
I'm using a custom theme for my app. While my app and the Talker Monitor take the colors from my theme, TalkerView doesn't.
Screenshots
My app :-)
Talker Monitor :-)
TalkerView :-(
I guess lines 33, 34 and 52 in talker_view_appbar.dart cause the problem.
Instead of using the talkerTheme, they should use the app's theme.
I tried to adjust the TalkerScreenTheme but that doesn't work in my case as the white text in the filter buttons is hardly not visible and I'd prefer a white background for the log data.
It would be great, if this could be fixed. :-)
The text was updated successfully, but these errors were encountered: