Skip to content

Commit 71685f6

Browse files
authored
Merge pull request #1138 from Esri/mhd/FieldPopupElementButton
Field popup element button
2 parents f5a1ecb + 381ca12 commit 71685f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/ArcGISToolkit/Components/Popups/FieldsPopupElementView.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ struct FieldsPopupElementView: View {
8181
comment: "E.g. Open a hyperlink."
8282
)
8383
}
84-
.buttonStyle(.bordered)
84+
#if os(visionOS)
85+
.buttonStyle(.bordered)
86+
#else
87+
.buttonStyle(.borderless)
88+
#endif
8589
} else {
8690
Text(formattedValue)
8791
}

0 commit comments

Comments
 (0)