mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-24 08:00:38 +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
|
||||
.listRowInsets(.init(top: 12,
|
||||
leading: .layoutPadding,
|
||||
bottom: 6,
|
||||
bottom: 12,
|
||||
trailing: .layoutPadding))
|
||||
.accessibilityElement(children: isFocused ? .contain : .combine)
|
||||
.accessibilityLabel(isFocused == false && accessibilityVoiceOverEnabled
|
||||
|
|
Loading…
Reference in a new issue