File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
RsyncUI/Views/Detailsview Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,9 @@ struct SummarizedDetailsView: View {
62
62
executetaskpath. append ( Tasks ( task: . executestimatedview) )
63
63
}
64
64
} label: {
65
- Image ( systemName: " play " )
66
- . foregroundColor ( Color ( . blue) )
65
+ Text ( Image ( systemName: " play " ) )
66
+ . foregroundColor ( . blue)
67
+ . font ( . title2)
67
68
}
68
69
. help ( " Synchronize (⌘R) " )
69
70
. buttonStyle ( ColorfulButtonStyle ( ) )
@@ -81,9 +82,9 @@ struct SummarizedDetailsView: View {
81
82
executetaskpath. removeAll ( )
82
83
executetaskpath. append ( Tasks ( task: . executestimatedview) )
83
84
} label: {
84
- Image ( systemName: " play.fill " )
85
- . foregroundColor ( Color ( . blue) )
86
- . imageScale ( . large )
85
+ Text ( Image ( systemName: " play.fill " ) )
86
+ . foregroundColor ( . blue)
87
+ . font ( . title2 )
87
88
}
88
89
. help ( " Synchronize (⌘R) " )
89
90
. buttonStyle ( ColorfulButtonStyle ( ) )
You can’t perform that action at this time.
0 commit comments