We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e1b5d commit b9197f9Copy full SHA for b9197f9
coreml-stable-diffusion-swift-example/view/ToolBarContent.swift
@@ -29,10 +29,10 @@ struct ToolBarContent: View {
29
} label: {
30
HStack{
31
Image(systemName: "circle.hexagonpath.fill")
32
- .font(.system(size: 14))
33
- .foregroundColor(.brown)
+ .font(.title)
34
Text("Local models")
35
- }
+
+ }.foregroundColor(.green)
36
}
37
38
HStack {
0 commit comments