From 1ab378ebd22300a19c2f1842e75cd3e2a2a2f76d Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 29 May 2022 09:37:40 +0800 Subject: [PATCH] Voltaire // Weaken the border color for less visual distraction. --- Source/UI/CandidateUI/ctlCandidateHorizontal.swift | 2 +- Source/UI/CandidateUI/ctlCandidateVertical.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UI/CandidateUI/ctlCandidateHorizontal.swift b/Source/UI/CandidateUI/ctlCandidateHorizontal.swift index bfcb0953..4d411030 100644 --- a/Source/UI/CandidateUI/ctlCandidateHorizontal.swift +++ b/Source/UI/CandidateUI/ctlCandidateHorizontal.swift @@ -266,7 +266,7 @@ public class ctlCandidateHorizontal: ctlCandidate { candidateView.wantsLayer = true candidateView.layer?.borderColor = - NSColor.selectedMenuItemTextColor.withAlphaComponent(0.30).cgColor + NSColor.selectedMenuItemTextColor.withAlphaComponent(0.10).cgColor candidateView.layer?.borderWidth = 1.0 if #available(macOS 10.13, *) { candidateView.layer?.cornerRadius = 6.0 diff --git a/Source/UI/CandidateUI/ctlCandidateVertical.swift b/Source/UI/CandidateUI/ctlCandidateVertical.swift index 935d43a1..98986b7e 100644 --- a/Source/UI/CandidateUI/ctlCandidateVertical.swift +++ b/Source/UI/CandidateUI/ctlCandidateVertical.swift @@ -270,7 +270,7 @@ public class ctlCandidateVertical: ctlCandidate { candidateView.wantsLayer = true candidateView.layer?.borderColor = - NSColor.selectedMenuItemTextColor.withAlphaComponent(0.30).cgColor + NSColor.selectedMenuItemTextColor.withAlphaComponent(0.10).cgColor candidateView.layer?.borderWidth = 1.0 if #available(macOS 10.13, *) { candidateView.layer?.cornerRadius = 6.0