@@ -28,6 +28,7 @@ struct KeyValueRow: View {
HStack {
Text(key)
.foregroundColor(.primary)
+ .textSelection(.enabled)
Spacer()
Text(value)
.foregroundColor(.secondary)