diff --git a/lib/src/presentation/pages/suggestion/suggestion_page.dart b/lib/src/presentation/pages/suggestion/suggestion_page.dart index 292fe31..93dc93c 100644 --- a/lib/src/presentation/pages/suggestion/suggestion_page.dart +++ b/lib/src/presentation/pages/suggestion/suggestion_page.dart @@ -96,7 +96,8 @@ class _SuggestionPageState extends State { children: [ Scaffold( appBar: _appBar(stateManager, state.isEditable), - backgroundColor: context.theme.scaffoldBackgroundColor, + backgroundColor: theme.backgroundColor ?? + context.theme.scaffoldBackgroundColor, body: _MainContent( onSaveToGallery: widget.onSaveToGallery, onCommentTap: stateManager.openDeletingCommentConfirmation, diff --git a/lib/src/presentation/pages/theme/suggestions_theme.dart b/lib/src/presentation/pages/theme/suggestions_theme.dart index a55d48e..23a1d1b 100644 --- a/lib/src/presentation/pages/theme/suggestions_theme.dart +++ b/lib/src/presentation/pages/theme/suggestions_theme.dart @@ -52,7 +52,6 @@ class SuggestionsTheme { bugLabelColor: const Color.fromRGBO(246, 24, 48, 1), fade: const Color.fromRGBO(0, 0, 0, 0.65), fabColor: const Color.fromRGBO(33, 33, 33, 0.12), - backgroundColor: const Color.fromRGBO(255, 255, 255, 0), ); SuggestionsTheme copyWith({