Skip to content

Commit

Permalink
fix(debug): remove debug talker screen style
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Jan 2, 2025
1 parent 03e6711 commit b8c7643
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/features/settings/view/debug_log_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ class _DebugLogPageState extends State<DebugLogPage> {
@override
Widget build(BuildContext context) {
final tr = context.t.debugLogPage;
return TalkerScreen(
talker: talker,
appBarTitle: tr.title,
theme: TalkerScreenTheme(
backgroundColor: Theme.of(context).colorScheme.surface,
),
);
return TalkerScreen(talker: talker, appBarTitle: tr.title);
}
}

0 comments on commit b8c7643

Please sign in to comment.