diff --git a/Shared/Player/Video Details/VideoDetails.swift b/Shared/Player/Video Details/VideoDetails.swift index f1ff887b..bf9afa76 100644 --- a/Shared/Player/Video Details/VideoDetails.swift +++ b/Shared/Player/Video Details/VideoDetails.swift @@ -416,7 +416,7 @@ struct VideoDetails: View { Button { descriptionExpanded.toggle() } label: { Image(systemName: descriptionExpanded ? "chevron.up" : "chevron.down") - .imageScale(.small) + .imageScale(.small) } } .padding(.horizontal)