make heading equal size to related heading

This commit is contained in:
Toni Förster 2024-05-03 16:51:12 +02:00
parent 00baf60970
commit 1d86154012
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7

View File

@ -93,7 +93,6 @@ struct PlayerQueueView: View {
Text(sidebarQueue ? "Queue".localized() : "")
#if !os(macOS)
.foregroundColor(.secondary)
.font(.caption)
.frame(maxWidth: .infinity, alignment: .leading)
#endif
}