mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
make heading equal size to related heading
This commit is contained in:
parent
00baf60970
commit
1d86154012
@ -93,7 +93,6 @@ struct PlayerQueueView: View {
|
|||||||
Text(sidebarQueue ? "Queue".localized() : "")
|
Text(sidebarQueue ? "Queue".localized() : "")
|
||||||
#if !os(macOS)
|
#if !os(macOS)
|
||||||
.foregroundColor(.secondary)
|
.foregroundColor(.secondary)
|
||||||
.font(.caption)
|
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user