change button blur

This commit is contained in:
Valentijn
2026-04-22 17:55:25 +02:00
parent a9926fbbb7
commit 322e4d0471
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ const navigationHandler = `window.open('${href}', '_blank')`;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.14);
background: rgba(18, 18, 28, 0.24);
backdrop-filter: blur(16px);
backdrop-filter: blur(2px);
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
display: flex;

View File

@@ -36,7 +36,7 @@ const clipboardHandler = `navigator.clipboard.writeText('${safeEmail}').then(()=
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.14);
background: rgba(18, 18, 28, 0.24);
backdrop-filter: blur(16px);
backdrop-filter: blur(2px);
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
display: flex;