fix(ControlsWrapper): slight tweak in styles
This commit is contained in:
@@ -171,7 +171,7 @@ $effect(() => {
|
|||||||
'animate-nudge relative transition-all',
|
'animate-nudge relative transition-all',
|
||||||
side === 'left' ? 'order-2' : 'order-0',
|
side === 'left' ? 'order-2' : 'order-0',
|
||||||
isActive ? 'opacity-0' : 'opacity-100',
|
isActive ? 'opacity-0' : 'opacity-100',
|
||||||
isDragging && 'opacity-40 grayscale-[0.2]',
|
isDragging && 'opacity-80 grayscale-[0.2]',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<AArrowUP class={cn('size-3', 'stroke-indigo-600')} />
|
<AArrowUP class={cn('size-3', 'stroke-indigo-600')} />
|
||||||
@@ -183,7 +183,7 @@ $effect(() => {
|
|||||||
isActive
|
isActive
|
||||||
? 'bg-white/95 border-indigo-400/40 shadow-[0_30px_70px_-10px_rgba(99,102,241,0.25)]'
|
? 'bg-white/95 border-indigo-400/40 shadow-[0_30px_70px_-10px_rgba(99,102,241,0.25)]'
|
||||||
: ' bg-white/25 border-white/40 shadow-[0_12px_40px_-12px_rgba(0,0,0,0.12)]',
|
: ' bg-white/25 border-white/40 shadow-[0_12px_40px_-12px_rgba(0,0,0,0.12)]',
|
||||||
isDragging && 'opacity-40 grayscale-[0.2]',
|
isDragging && 'opacity-80 grayscale-[0.2]',
|
||||||
)}
|
)}
|
||||||
style:backdrop-filter="blur(24px)"
|
style:backdrop-filter="blur(24px)"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user