fix(fe): restore .app-shell glass background for light mode support

This commit is contained in:
asepharyana
2026-07-05 03:21:18 +07:00
parent d0cd61f931
commit 08ddad4077
+1
View File
@@ -587,6 +587,7 @@ svg { display: inline-block; vertical-align: middle; }
display: flex;
flex-direction: column;
height: 100vh;
background: color-mix(in srgb, var(--surface-base) 94%, transparent);
}
.app-header {