diff --git a/examples/utils/index.js b/examples/utils/index.js index 41e58271..7d82f08e 100644 --- a/examples/utils/index.js +++ b/examples/utils/index.js @@ -70,7 +70,7 @@ export const waiting = { div.style.lineHeight = '100vh' div.style.color = '#26f' div.style.fontSize = '20px' - div.style.background = 'rgba(255,255,255,.8)' + div.style.background = 'rgba(255,255,255,.6)' div.style.backdropFilter = 'blur(6px)' document.body.appendChild(div) } else if (count < 10) {