Correction in UI of logo upload in Organization popup.

This commit is contained in:
Kartik Sharma 2025-10-14 12:04:11 +05:30
parent 97cb357a3c
commit 55ff4d5d29
2 changed files with 3 additions and 3 deletions

View File

@ -190,8 +190,8 @@ const ManagOrg = () => {
)}
</div>
<div className="col-sm-12">
<Label htmlFor="logoImage">Logo Image</Label>
<div className="col-sm-12 text-start mt-2">
<Label htmlFor="logoImage" required>Logo Image</Label>
<LogoUpload
preview={logoPreview}

View File

@ -45,7 +45,7 @@ export const LogoUpload = ({ preview, setPreview, fileName, setFileName }) => {
return (
<div className="col-sm-12 mb-3">
<div
className="border border-secondary border-dashed rounded p-2 text-center position-relative"
className="border border-secondary text-black border-dashed rounded p-2 text-center position-relative"
style={{ cursor: "pointer" }}
onClick={() => document.getElementById("logoImageInput")?.click()}
>