Skip to content

Commit

Permalink
Merge branch 'main' into feature/accessory-setup-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored Dec 11, 2024
2 parents 2328379 + 397c0e8 commit d200058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SpeziDevicesUI/Scanning/NearbyDeviceRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public struct NearbyDeviceRow: View {
HStack {
LabeledContent(peripheral.label) {
deviceSecondaryLabel
.foregroundStyle(.secondary)
}
.accessibilityElement(children: .combine)
if peripheral.state == .connecting || peripheral.state == .disconnecting {
Expand All @@ -55,6 +56,7 @@ public struct NearbyDeviceRow: View {
}
}
}
.foregroundStyle(.primary)

if showDetailsButton {
Button(action: deviceDetailsAction) {
Expand Down

0 comments on commit d200058

Please sign in to comment.