Skip to content

Commit 32f18f8

Browse files
committed
fix: tint glass overlay
1 parent 7eca955 commit 32f18f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/glass/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ const css = `
1010
display: block;
1111
width: 100%;
1212
height: 100%;
13+
background: light-dark(
14+
rgba(0, 0, 0, 0.15),
15+
rgba(255, 255, 255, 0.15)
16+
);
1317
}
1418
1519
table {

0 commit comments

Comments
 (0)