fix: white bg for loading state when viewing images, turned it to black.

when swiping on light theme, this comes up a 'white flash' on the right which looked odd. We use black bg when viewing images.
This commit is contained in:
ashilkn 2024-04-02 13:47:57 +05:30
parent d6316a1724
commit 165bcb5c6e

View file

@ -140,6 +140,7 @@ class _DetailPageState extends State<DetailPage> {
),
extendBodyBehindAppBar: true,
resizeToAvoidBottomInset: false,
backgroundColor: Colors.black,
body: Center(
child: Stack(
children: [