Revert bottom status padding to 12

This commit is contained in:
Thomas Ricouard 2024-01-05 22:48:11 +01:00
parent f401d4094d
commit a0ff3596cb

View file

@ -144,7 +144,7 @@ public struct StatusRowView: View {
#endif
.listRowInsets(.init(top: 12,
leading: .layoutPadding,
bottom: 6,
bottom: 12,
trailing: .layoutPadding))
.accessibilityElement(children: isFocused ? .contain : .combine)
.accessibilityLabel(isFocused == false && accessibilityVoiceOverEnabled