ios: update style
This commit is contained in:
@@ -4,7 +4,9 @@ public struct SplitView: View {
|
||||
@State private var viewModel = SybilViewModel()
|
||||
@Environment(\.horizontalSizeClass) private var horizontalSizeClass
|
||||
|
||||
public init() {}
|
||||
public init() {
|
||||
SybilFontRegistry.registerIfNeeded()
|
||||
}
|
||||
|
||||
public var body: some View {
|
||||
ZStack {
|
||||
@@ -31,6 +33,7 @@ public struct SplitView: View {
|
||||
.tint(SybilTheme.primary)
|
||||
}
|
||||
}
|
||||
.font(.sybil(.body))
|
||||
.task {
|
||||
await viewModel.bootstrap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user