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:
parent
d6316a1724
commit
165bcb5c6e
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ class _DetailPageState extends State<DetailPage> {
|
|||
),
|
||||
extendBodyBehindAppBar: true,
|
||||
resizeToAvoidBottomInset: false,
|
||||
backgroundColor: Colors.black,
|
||||
body: Center(
|
||||
child: Stack(
|
||||
children: [
|
||||
|
|
Loading…
Add table
Reference in a new issue