removed image shadow

This commit was merged in pull request #5.
This commit is contained in:
victorAnumudu
2023-04-11 18:04:12 +01:00
parent 40834b9c38
commit 161bac928b
+1 -1
View File
@@ -122,7 +122,7 @@ const AuthLayout = () => {
className='img-fluid rounded' className='img-fluid rounded'
src={toAbsoluteUrl('/media/misc/auth-bg-new.png')} src={toAbsoluteUrl('/media/misc/auth-bg-new.png')}
alt='' alt=''
style={{boxShadow: '0px 0px 10px white'}} // style={{boxShadow: '0px 0px 10px white'}}
/> />
</div> </div>
{/* end::Image */} {/* end::Image */}