Skip to content

Commit

Permalink
perf(overlay): reduce blur to improve performance on weaker devices
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 22, 2024
1 parent 7debae9 commit 63cfefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/overlay/src/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.blur {
backdrop-filter: blur(5px);
backdrop-filter: blur(4px);
}

@each $variation in (dark, light) {
Expand Down

0 comments on commit 63cfefa

Please sign in to comment.