formatting

This commit is contained in:
Toni Förster 2023-11-22 10:22:28 +01:00
parent a57645f824
commit 84fdc22861
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7

View File

@ -416,7 +416,7 @@ struct VideoDetails: View {
Button { descriptionExpanded.toggle()
} label: {
Image(systemName: descriptionExpanded ? "chevron.up" : "chevron.down")
.imageScale(.small)
.imageScale(.small)
}
}
.padding(.horizontal)