Skip to content

Commit a6fbc28

Browse files
authored
refactor: tweak aura overlay backdrop-filter (#10267)
1 parent 9f5f8f8 commit a6fbc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aura/src/components/overlay.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--aura-overlay-shadow:
1313
inset 0 0 0 1px var(--aura-overlay-inner-outline-color), 0 0 0 1px var(--aura-overlay-outline-color),
1414
var(--aura-shadow-m);
15-
--aura-overlay-backdrop-filter: blur(12px) brightness(1.2) saturate(1.2);
15+
--aura-overlay-backdrop-filter: blur(20px) brightness(1.1) saturate(1.2);
1616
--aura-overlay-surface-opacity: 0.85;
1717

1818
@media (prefers-reduced-transparency: reduce) {

0 commit comments

Comments
 (0)