use black bg for full screen memory irrespective of theme

This commit is contained in:
ashilkn 2024-02-15 18:46:35 +05:30
parent fcadbb4e07
commit 4bae953377

View file

@ -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,