native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #130 from iXerol/fix/canvas-sidebar-button-hit-area

authored by

Wei Wang and committed by
GitHub
0c4882ba da206340

+3 -2
+3 -2
supacode/Features/Canvas/Views/CanvasSidebarButton.swift
··· 21 21 ShortcutHintView(text: shortcut, color: .secondary) 22 22 } 23 23 } 24 + .padding(.horizontal, 12) 25 + .padding(.vertical, 6) 26 + .contentShape(.rect) 24 27 } 25 28 .buttonStyle(.plain) 26 - .padding(.horizontal, 12) 27 - .padding(.vertical, 6) 28 29 .background(isSelected ? Color.accentColor.opacity(0.15) : .clear, in: .rect(cornerRadius: 6)) 29 30 .help( 30 31 AppShortcuts.helpText(