diff --git a/Modules/Disk/popup.swift b/Modules/Disk/popup.swift index 9065270c..c5ec8294 100644 --- a/Modules/Disk/popup.swift +++ b/Modules/Disk/popup.swift @@ -435,7 +435,7 @@ internal class NameView: NSStackView { let nameField = NSButton() nameField.bezelStyle = .inline nameField.isBordered = false - nameField.contentTintColor = .darkGray + nameField.contentTintColor = .labelColor nameField.action = #selector(self.openDisk) nameField.target = self nameField.toolTip = localizedString("Control")