Skip to content

Commit

Permalink
fix: fixed disk name label color. (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInCompilation authored Aug 25, 2024
1 parent bcabd48 commit ba81611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Disk/popup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ba81611

Please sign in to comment.