From 5a5f9d93730c49428068aa6885acd028bc9b1531 Mon Sep 17 00:00:00 2001 From: Lawrence Chen Date: Mon, 30 Mar 2026 14:53:00 -0700 Subject: [PATCH] Use terminal bg (paneBackground forced opaque) --- Sources/Bonsplit/Internal/Views/TabBarView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Bonsplit/Internal/Views/TabBarView.swift b/Sources/Bonsplit/Internal/Views/TabBarView.swift index 82b551b..5b56bd2 100644 --- a/Sources/Bonsplit/Internal/Views/TabBarView.swift +++ b/Sources/Bonsplit/Internal/Views/TabBarView.swift @@ -187,7 +187,7 @@ struct TabBarView: View { .overlay(alignment: .trailing) { if showSplitButtons { let shouldShow = presentationMode != "minimal" || isHoveringTabBar - let bg = TabBarColors.barBackground(for: appearance) + let bg = Color(nsColor: TabBarColors.nsColorPaneBackground(for: appearance).withAlphaComponent(1.0)) ZStack(alignment: .trailing) { // Backdrop: fade gradient then solid HStack(spacing: 0) {