style: add more blur
This commit is contained in:
parent
d57715a825
commit
f568a4ad73
|
@ -92,7 +92,7 @@ const LocationButton = ({
|
||||||
<div className='w-full h-[475px] p-4'>
|
<div className='w-full h-[475px] p-4'>
|
||||||
{atTarget ? (
|
{atTarget ? (
|
||||||
<div className='flex flex-col justify-center items-center image-wrapper'>
|
<div className='flex flex-col justify-center items-center image-wrapper'>
|
||||||
<img src={imageUrl} className='blur-lg h-[450px]' />
|
<img src={imageUrl} className='blur-2xl h-[450px]' />
|
||||||
|
|
||||||
<div className='flex flex-col justify-center gap-4 overlay'>
|
<div className='flex flex-col justify-center gap-4 overlay'>
|
||||||
<Button
|
<Button
|
||||||
|
@ -110,7 +110,7 @@ const LocationButton = ({
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className='flex flex-col justify-center items-center image-wrapper'>
|
<div className='flex flex-col justify-center items-center image-wrapper'>
|
||||||
<img src={imageUrl} className='blur-lg h-[450px]' />
|
<img src={imageUrl} className='blur-2xl h-[450px]' />
|
||||||
<div className='flex flex-col justify-center gap-4 overlay'>
|
<div className='flex flex-col justify-center gap-4 overlay'>
|
||||||
<Button size='lg' className='text-md'>
|
<Button size='lg' className='text-md'>
|
||||||
<LockClosedIcon className='mr-2 h-4 w-4' /> İçerik Kilitli
|
<LockClosedIcon className='mr-2 h-4 w-4' /> İçerik Kilitli
|
||||||
|
|
Loading…
Reference in New Issue
Block a user