mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-16 04:06:36 +00:00
Tweak status detail layout
This commit is contained in:
parent
9a5457946b
commit
2b16b10987
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ struct StatusRowDetailView: View {
|
|||
var viewModel: StatusRowViewModel
|
||||
|
||||
var body: some View {
|
||||
Group {
|
||||
VStack(alignment: .leading, spacing: 12) {
|
||||
Divider()
|
||||
HStack {
|
||||
Group {
|
||||
|
|
Loading…
Reference in a new issue