Small improvements

This commit is contained in:
Lumaa 2024-03-09 15:57:02 +01:00
parent 990b377ccf
commit 70fae0aa98
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -147,7 +147,7 @@ enum Tabs {
}
}
extension Image {
private extension Image {
func tabBarify(_ neutral: Bool = true) -> some View {
self
.font(.title)