fixed upload btn display

This commit is contained in:
victorAnumudu
2026-01-20 14:31:55 +01:00
parent 290e1fbd7e
commit 9b9a7cc5da
2 changed files with 4 additions and 4 deletions
@@ -130,9 +130,9 @@ const TemplateConfigure = ({productData}) => {
margin: '2px',
maxHeight: '150px'
}}>
<div style={{padding: '2px'}}>
<img className="mr-5 mb-3 mb-xxs-0 img-fluid"
style={{width: 'auto', height: '100px',}}
<div className='d-flex justify-content-center align-items-center' style={{padding: '6px', width: '120px', height: '100px'}}>
<img className="mb-xxs-0 img-fluid"
style={{height: 'auto', maxHeight: '100px'}}
src={(selectedFile?.img && selectedFile?.id == item?.id) ? URL.createObjectURL(selectedFile?.img) : currImage} alt="image"/>
</div>