i have this form using react bootstrap form but i dont seem to be able to change the color of the placeholder
{/*Lastname*/}
<Form.Group>
<Form.Label style={styles.labels}>
<h3>Lastname</h3>
</Form.Label>
<Form.Control
style={styles.inputName}
type="text"
id="creatorLastName"
name="creatorLastName"
placeholder="Lastname"
onChange={handleChange}
/>