ios: update style

This commit is contained in:
2026-05-02 16:23:00 -07:00
parent adb9e15b6c
commit cb368a4005
15 changed files with 667 additions and 217 deletions

View File

@@ -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()
}