use black bg for full screen memory irrespective of theme
This commit is contained in:
parent
fcadbb4e07
commit
4bae953377
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ class _FullScreenMemoryState extends State<FullScreenMemory> {
|
|||
final inheritedData = FullScreenMemoryData.of(context)!;
|
||||
final showStepProgressIndicator = inheritedData.memories.length < 60;
|
||||
return Scaffold(
|
||||
backgroundColor: Colors.black,
|
||||
extendBodyBehindAppBar: true,
|
||||
appBar: AppBar(
|
||||
toolbarHeight: 84,
|
||||
|
|
Loading…
Add table
Reference in a new issue