Some more cleanup.

This commit is contained in:
2025-01-15 16:12:15 -08:00
parent 2fd0399b8f
commit 6557993214
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class PathsTableCellView: NSTableCellView, NSTextFieldDelegate,
var selectionButton: NSButton = {
let button = NSButton()
button.image = systemImage("hand.point.up.fill", .headline, .large,
.init(paletteColors: [.white, .systemRed]))
.init(paletteColors: [.labelColor, .systemRed]))
button.isBordered = false
button.sizeToFit()
button.toolTip = "Select Path"