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