fix: fixed disk name label color. (#2084)

This commit is contained in:
Marc
2024-08-25 14:21:43 +02:00
committed by GitHub
parent bcabd48fa4
commit ba816119b9

View File

@@ -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")