From ba816119b9803ef265caf77ed4a300ea40368f98 Mon Sep 17 00:00:00 2001 From: Marc <12819635+LostInCompilation@users.noreply.github.com> Date: Sun, 25 Aug 2024 14:21:43 +0200 Subject: [PATCH] fix: fixed disk name label color. (#2084) --- Modules/Disk/popup.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")