8000 fixup · coder/coder-desktop-macos@1ba59b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ba59b0

Browse files
committed
fixup
1 parent c0ceb38 commit 1ba59b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Coder-Desktop/Coder-Desktop/Theme.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ enum Theme {
1212
static let appIconHeight: CGFloat = 17
1313
static let appIconSize: CGSize = .init(width: appIconWidth, height: appIconHeight)
1414

15-
static let tableFooterIconSize: CGFloat = 30
15+
static let tableFooterIconSize: CGFloat = 28
1616
}
1717

1818
enum Animation {

Coder-Desktop/Coder-Desktop/Views/FileSync/FileSyncConfig.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ struct FileSyncConfig<VPN: VPNService, FS: FileSyncDaemon>: View {
147147
label: {
148148
if selectedSession.status.isResumable {
149149
FooterIcon(systemName: "play")
150-
.help("Pause")
150+
.help("Resume")
151151
} else {
152152
FooterIcon(systemName: "pause")
153-
.help("Resume")
153+
.help("Pause")
154154
}
155155
}
156156
Divider()

0 commit comments

Comments
 (0)
0