Skip to content

Commit

Permalink
refactor: set titleAndIcon in vision process button
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 8, 2024
1 parent d7f4a79 commit f542628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlantUML/PlantUMLDrawingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct PlantUMLDrawingView: View {
Button( action: processImage, label: {
Label( "process", systemImage: "eye")
.foregroundColor(Color.orange)
.labelStyle(.iconOnly)
.labelStyle(.titleAndIcon)

})
},trailing:
Expand Down

0 comments on commit f542628

Please sign in to comment.