mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix weird color behind slideshow timeline
This commit is contained in:
parent
23930b317e
commit
00a0b8feed
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class _AppBar extends StatelessWidget {
|
|||
AppBar(
|
||||
backgroundColor: Colors.transparent,
|
||||
elevation: 0,
|
||||
scrolledUnderElevation: 0,
|
||||
leading: IconButton(
|
||||
icon: const Icon(Icons.close),
|
||||
tooltip: MaterialLocalizations.of(context).closeButtonTooltip,
|
||||
|
|
Loading…
Reference in a new issue