From 50e354e29ead4f3f2ef794cd6c92522ea563fc43 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 19 Jun 2026 20:53:32 +0800
Subject: [PATCH] Revert "Refine app grid material background"
---
src/Apptag/ContentView.swift | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Apptag/ContentView.swift b/src/Apptag/ContentView.swift
index b53b48c..745a918 100644
--- a/src/Apptag/ContentView.swift
+++ b/src/Apptag/ContentView.swift
@@ -492,7 +492,7 @@
var body: some View {
ZStack {
if shouldRenderAppGridBehindQuickSearch {
- VisualEffectView(material: .contentBackground, blendingMode: .behindWindow)
+ VisualEffectView(material: .hudWindow, blendingMode: .behindWindow)
.ignoresSafeArea()
.allowsHitTesting(false)
}
--
Gitblit v1.9.3