From 753d50879eba9aa6d13dc06c967ed875e38dc2f8 Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:49:17 +0200 Subject: [PATCH] Update EpisodeCell.swift --- Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift index bf41b8b..b00f585 100644 --- a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift +++ b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift @@ -74,6 +74,7 @@ struct EpisodeCell: View { .foregroundColor(.secondary) } } + .padding(.leading) Spacer()