Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix: properly set bg color for appbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftplacer committed May 23, 2023
1 parent d0b1005 commit 373b4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kaiteki/lib/ui/main/views/kaiteki.dart
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class _KaitekiMainScreenViewState extends ConsumerState<KaitekiMainScreenView> {
Color? backgroundColor, foregroundColor;

if (immerse) {
final backgroundColor = getOutsideColor(context);
backgroundColor = getOutsideColor(context);
if (backgroundColor != null) {
foregroundColor = ThemeData.estimateBrightnessForColor(backgroundColor)
.inverted
Expand Down

0 comments on commit 373b4b4

Please sign in to comment.