File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
apps/xen-tg-app/src/components Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments