mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-07 06:18:54 +00:00
Revert bottom status padding to 12
This commit is contained in:
parent
f401d4094d
commit
a0ff3596cb
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public struct StatusRowView: View {
|
||||||
#endif
|
#endif
|
||||||
.listRowInsets(.init(top: 12,
|
.listRowInsets(.init(top: 12,
|
||||||
leading: .layoutPadding,
|
leading: .layoutPadding,
|
||||||
bottom: 6,
|
bottom: 12,
|
||||||
trailing: .layoutPadding))
|
trailing: .layoutPadding))
|
||||||
.accessibilityElement(children: isFocused ? .contain : .combine)
|
.accessibilityElement(children: isFocused ? .contain : .combine)
|
||||||
.accessibilityLabel(isFocused == false && accessibilityVoiceOverEnabled
|
.accessibilityLabel(isFocused == false && accessibilityVoiceOverEnabled
|
||||||
|
|
Loading…
Reference in a new issue