v1.1.21+51
All checks were successful
Flutter Schmutter / build (push) Successful in 3m40s

This commit is contained in:
2025-06-11 20:45:37 +02:00
parent e38d2086b3
commit 7981436374
4 changed files with 126 additions and 116 deletions

View File

@ -62,7 +62,7 @@ class _FullScreenMediaViewState extends State<FullScreenMediaView> {
child: Align(
alignment: Alignment.topLeft,
child: IconButton(
icon: const Icon(Icons.arrow_back),
icon: const Icon(Icons.arrow_back, color: Colors.white),
onPressed: () => Navigator.of(context).pop(),
),
),