Skip to content

Commit b9197f9

Browse files
committed
Update ToolBarContent.swift
1 parent a4e1b5d commit b9197f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coreml-stable-diffusion-swift-example/view/ToolBarContent.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ struct ToolBarContent: View {
2929
} label: {
3030
HStack{
3131
Image(systemName: "circle.hexagonpath.fill")
32-
.font(.system(size: 14))
33-
.foregroundColor(.brown)
32+
.font(.title)
3433
Text("Local models")
35-
}
34+
35+
}.foregroundColor(.green)
3636
}
3737

3838
HStack {

0 commit comments

Comments
 (0)