From 7cb23c1f53a49f59fb2278a999d49b6b8d469267 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Sat, 4 Oct 2025 13:34:48 +0200 Subject: [PATCH] fix: Play/Restart button alignment --- lib/screens/shared/media/components/media_play_button.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/screens/shared/media/components/media_play_button.dart b/lib/screens/shared/media/components/media_play_button.dart index a0c2ee3..2c15499 100644 --- a/lib/screens/shared/media/components/media_play_button.dart +++ b/lib/screens/shared/media/components/media_play_button.dart @@ -62,6 +62,7 @@ class MediaPlayButton extends ConsumerWidget { child: onPressed == null ? const SizedBox.shrink(key: ValueKey('empty')) : Row( + mainAxisAlignment: MainAxisAlignment.center, spacing: 4, children: [ FocusButton( @@ -120,6 +121,7 @@ class MediaPlayButton extends ConsumerWidget { }, child: Card( color: theme.colorScheme.primaryContainer, + shadowColor: Colors.transparent, child: Padding( padding: const EdgeInsets.all(8.0), child: Icon(