Small improvements
This commit is contained in:
parent
990b377ccf
commit
70fae0aa98
|
@ -2,6 +2,8 @@
|
|||
|
||||
import SwiftUI
|
||||
|
||||
//TODO: Changes this for ONLY timeline picker
|
||||
|
||||
struct MetaPicker<Content : View>: View {
|
||||
@Namespace private var metaPicker
|
||||
@Namespace private var selectBar
|
||||
|
|
|
@ -147,7 +147,7 @@ enum Tabs {
|
|||
}
|
||||
}
|
||||
|
||||
extension Image {
|
||||
private extension Image {
|
||||
func tabBarify(_ neutral: Bool = true) -> some View {
|
||||
self
|
||||
.font(.title)
|
||||
|
|
Loading…
Reference in New Issue