mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 06:49:12 +00:00
moved colours to tints.xcassets
This commit is contained in:
@@ -17,6 +17,8 @@ struct ContentView: View {
|
||||
.imageScale(.large)
|
||||
.foregroundStyle(.tint)
|
||||
Text("Hello, world!")
|
||||
Text(getVersion())
|
||||
.foregroundStyle(Color("uiColors/bloo"))
|
||||
}
|
||||
.padding()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user