Skip to content

Commit

Permalink
Update ServerDetailView.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Pippin <[email protected]>
  • Loading branch information
JPKribs and LePips authored Jan 24, 2025
1 parent 9f62c4e commit 919f8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swiftfin tvOS/Views/ServerDetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct EditServerView: View {
isPresentingConfirmDeletion = true
}
.listRowBackground(Color.clear)
.listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0))
.listRowInsets(.zero)
}
}
}
Expand Down

0 comments on commit 919f8aa

Please sign in to comment.