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); }