Skip to content

Commit

Permalink
Add a background color to android opening indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Sep 23, 2023
1 parent 391ab8c commit ea242f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/analysis/analysis_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class _Opening extends ConsumerWidget {
CupertinoColors.secondarySystemBackground,
context,
)
: null,
: Theme.of(context).colorScheme.secondaryContainer,
child: Center(
child: Text(
opening.name,
Expand Down

0 comments on commit ea242f2

Please sign in to comment.