moved colours to tints.xcassets

This commit is contained in:
neon443
2025-05-21 15:37:32 +01:00
parent 74603cc588
commit 4bf33d50d6
14 changed files with 23 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ struct ContentView: View {
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")
Text(getVersion())
.foregroundStyle(Color("uiColors/bloo"))
}
.padding()
}