mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Chore: Update ContentView template to use palette colors
This commit is contained in:
@@ -175,11 +175,11 @@ struct ContentView: View {
|
||||
var body: some View {
|
||||
VStack {
|
||||
Text("Hello, TUIkit!")
|
||||
.foregroundStyle(.green)
|
||||
.foregroundStyle(.palette.accent)
|
||||
.bold()
|
||||
|
||||
Text("Welcome to your new terminal app")
|
||||
.foregroundStyle(.gray)
|
||||
.foregroundStyle(.palette.foregroundSecondary)
|
||||
}
|
||||
.padding()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user