From d3e21e6050fd8cfde6ff7c68d9f8dfedf7b6301f Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 16 Sep 2025 12:01:07 +0200 Subject: Add glass --- Map/Presentation/Base Components/MapTextEditor/HoverView.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'Map/Presentation/Base Components/MapTextEditor/HoverView.swift') diff --git a/Map/Presentation/Base Components/MapTextEditor/HoverView.swift b/Map/Presentation/Base Components/MapTextEditor/HoverView.swift index bd6de42..eeccec3 100644 --- a/Map/Presentation/Base Components/MapTextEditor/HoverView.swift +++ b/Map/Presentation/Base Components/MapTextEditor/HoverView.swift @@ -39,7 +39,6 @@ class HoverView: NSView { private func setupView(message: String, actionLabel: String) { let box = NSBox() box.boxType = .custom - box.borderType = .lineBorder box.cornerRadius = 8 box.borderColor = NSColor.separatorColor box.fillColor = NSColor.controlBackgroundColor -- cgit