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:
@@ -43,7 +43,7 @@ struct AppSidebarNavigation: View {
|
||||
|
||||
VStack {
|
||||
BrowserPlayerControls {
|
||||
HStack(alignment: .center) {
|
||||
HStack {
|
||||
Spacer()
|
||||
Image(systemName: "4k.tv")
|
||||
.renderingMode(.original)
|
||||
|
Reference in New Issue
Block a user