build iOS study scaffold

This commit is contained in:
2026-04-09 15:39:32 +02:00
parent 87f152a232
commit 5c0aa9542a
12 changed files with 723 additions and 46 deletions
+2
View File
@@ -5,6 +5,8 @@ struct HermesApp: App {
var body: some Scene {
WindowGroup {
RootView()
.preferredColorScheme(.dark)
.tint(HermesTheme.accent)
}
}
}