talker icon indicating copy to clipboard operation
talker copied to clipboard

TalkerView doesn't user overall theme colors

Open Vera-Spoettl opened this issue 5 months ago • 2 comments

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 :-) image

Talker Monitor :-) image

TalkerView :-( image

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. image

It would be great, if this could be fixed. :-)

Vera-Spoettl avatar Sep 13 '24 19:09 Vera-Spoettl