Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm committed May 30, 2024
1 parent e4dc14a commit 96bac44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/core/theme/platform_brightness.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/lib/feature/home/view/home_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class HomeView extends HookConsumerWidget {
child: BackdropFilter(
filter: ImageFilter.blur(sigmaX: 4, sigmaY: 4),
child: ColoredBox(
color: colorScheme.primaryContainer.withOpacity(0.1),
color: colorScheme.surfaceContainer.withOpacity(0.8),
child: AppBar(
title: Text(
'EQMonitor',
Expand Down

0 comments on commit 96bac44

Please sign in to comment.