Pad bar buttom items
This commit is contained in:
parent
cf733541c4
commit
57b2f52612
|
@ -90,6 +90,7 @@ private extension TabNavigationView {
|
||||||
}
|
}
|
||||||
} label: {
|
} label: {
|
||||||
Image(systemName: viewModel.timeline.systemImageName)
|
Image(systemName: viewModel.timeline.systemImageName)
|
||||||
|
.padding([.leading, .top, .bottom])
|
||||||
})
|
})
|
||||||
default: Text(tab.title)
|
default: Text(tab.title)
|
||||||
}
|
}
|
||||||
|
@ -119,6 +120,7 @@ private extension TabNavigationView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.padding([.trailing, .top, .bottom])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue