changed text font of SelectMulti tag value scondaru to semibold
This commit is contained in:
parent
98546afc1a
commit
f8466e5f4a
@ -110,7 +110,7 @@ const SelectMultiple = ({
|
||||
onChange={() => handleCheckboxChange(valueVal)}
|
||||
style={{ marginRight: 8 }}
|
||||
/>
|
||||
<label className="text-secondary">{labelVal}</label>
|
||||
<label className="fw-semibold">{labelVal}</label>
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
|
Loading…
x
Reference in New Issue
Block a user