From 74eeae900e12ed79693d971a5f875a3dec348850 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 21 May 2025 19:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=83=8C=E6=99=AF=E9=80=8F?= =?UTF-8?q?=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@core/scss/template/placeholders/_misc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@core/scss/template/placeholders/_misc.scss b/src/@core/scss/template/placeholders/_misc.scss index d0f6e907..d3ab7e7c 100644 --- a/src/@core/scss/template/placeholders/_misc.scss +++ b/src/@core/scss/template/placeholders/_misc.scss @@ -7,7 +7,7 @@ .v-theme--light & { border-radius: 0 0 16px 16px; backdrop-filter: blur(16px); - background: rgba(var(--v-theme-surface), 0.6); + background: rgba(var(--v-theme-surface), 0.9); box-shadow: 0 0 8px 0 rgba(var(--v-theme-on-surface), 0.1); }