Skip to content

Commit bed26fe

Browse files
committed
Update SummarizedDetailsView.swift
1 parent b90a91a commit bed26fe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

RsyncUI/Views/Detailsview/SummarizedDetailsView.swift

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ struct SummarizedDetailsView: View {
6262
executetaskpath.append(Tasks(task: .executestimatedview))
6363
}
6464
} label: {
65-
Image(systemName: "play")
66-
.foregroundColor(Color(.blue))
65+
Text(Image(systemName: "play"))
66+
.foregroundColor(.blue)
67+
.font(.title2)
6768
}
6869
.help("Synchronize (⌘R)")
6970
.buttonStyle(ColorfulButtonStyle())
@@ -81,9 +82,9 @@ struct SummarizedDetailsView: View {
8182
executetaskpath.removeAll()
8283
executetaskpath.append(Tasks(task: .executestimatedview))
8384
} 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)
8788
}
8889
.help("Synchronize (⌘R)")
8990
.buttonStyle(ColorfulButtonStyle())

0 commit comments

Comments
 (0)