Skip to content

Commit

Permalink
Fix status layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Jan 6, 2024
1 parent a0ff359 commit 0916a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/Status/Sources/Status/Row/StatusRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public struct StatusRowView: View {
#endif
.listRowInsets(.init(top: 12,
leading: .layoutPadding,
bottom: 12,
bottom: isFocused ? 12 : 6,
trailing: .layoutPadding))
.accessibilityElement(children: isFocused ? .contain : .combine)
.accessibilityLabel(isFocused == false && accessibilityVoiceOverEnabled
Expand Down

0 comments on commit 0916a80

Please sign in to comment.