feat: Properly set glance background to the correct theme, b=no-bug, c=glance

This commit is contained in:
Mr. M
2025-09-27 01:18:10 +02:00
parent 5775505080
commit 8f6c989dd1

View File

@@ -116,7 +116,7 @@
}
& .browserContainer {
background: var(--zen-dialog-background);
background: light-dark(rgb(255, 255, 255), rgb(32, 32, 32));
position: fixed;
opacity: 0;
top: 0;