diff --git a/Sources/Bonsplit/Internal/Views/TabBarView.swift b/Sources/Bonsplit/Internal/Views/TabBarView.swift index b9cf6a1..5b56bd2 100644 --- a/Sources/Bonsplit/Internal/Views/TabBarView.swift +++ b/Sources/Bonsplit/Internal/Views/TabBarView.swift @@ -187,8 +187,7 @@ struct TabBarView: View { .overlay(alignment: .trailing) { if showSplitButtons { let shouldShow = presentationMode != "minimal" || isHoveringTabBar - let bg = TabBarColors.paneBackground(for: appearance) - let bg = TabBarColors.paneBackground(for: appearance) + let bg = Color(nsColor: TabBarColors.nsColorPaneBackground(for: appearance).withAlphaComponent(1.0)) ZStack(alignment: .trailing) { // Backdrop: fade gradient then solid HStack(spacing: 0) {