allow selecting text from the SDKs

This commit is contained in:
Clément Padovani 2024-02-17 18:39:04 +01:00
parent 5aed44f969
commit 8d7412fd18

View file

@ -18,7 +18,9 @@ struct SDKsView: View {
} else {
VStack(alignment: .leading) {
Text("SDKs").font(.headline)
Text(content).font(.subheadline)
Text(content)
.font(.subheadline)
.textSelection(.enabled)
}
}
}