mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-10 21:54:10 +01:00
Fix status layout
This commit is contained in:
parent
a0ff3596cb
commit
0916a80a2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user