mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix default alignment swiftlint offense
This commit is contained in:
@@ -67,7 +67,7 @@ struct AddToPlaylistView: View {
|
||||
}
|
||||
|
||||
private var header: some View {
|
||||
HStack(alignment: .center) {
|
||||
HStack {
|
||||
Text("Add to Playlist")
|
||||
.font(.title2.bold())
|
||||
|
||||
|
Reference in New Issue
Block a user