Skip to content

Commit 3ad89ad

Browse files
Ni-2alsakhaev
authored andcommitted
fix: add background-size for the background noise
1 parent ba6e486 commit 3ad89ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/xen-tg-app/src/components/AnimatedBackground.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
background: var(--color-bg2);
4545
background-image: url(@/assets/noise-dark.png);
4646
background-blend-mode: screen;
47+
background-size: 110px 110px;
4748
}
4849

4950
.dark .noise {

apps/xen-tg-app/src/components/Wallet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const Wallet = () => {
102102
</div>
103103
) : (
104104
<div
105-
className={`z-1 flex w-full items-center ${isPendingUser ? 'justify-center' : 'justify-between'} gap-2.5 rounded-xl bg-(--color-my-primary-01) px-2.5 py-4`}
105+
className={`z-1 flex w-full items-center ${isPendingUser ? 'justify-center' : 'justify-between'} gap-2.5 rounded-xl bg-(--color-my-primary-01) px-2.5 py-4 backdrop-blur-3xl backdrop-opacity-80`}
106106
>
107107
{isPendingUser ? (
108108
<Spinner />

0 commit comments

Comments
 (0)