Skip to content

Commit

Permalink
fix(reply_bar): Fix mobile toolbar background color
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Sep 17, 2024
1 parent 26784d9 commit 688d183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/reply_bar/reply_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ final class _ReplyBarState extends State<_ReplyBar> with LoggerMixin {
}
}
},
panelBgColor: Theme.of(context).colorScheme.surface,
);
}

Expand Down

0 comments on commit 688d183

Please sign in to comment.