All Mantine inputs can be divided in two groups:
- Inputs that are based on
<input />
HTML element (for example, TextInput). For these inputs use&:placeholder
selector to change placeholder color. - Inputs that are based on
<button />
HTML element (for example, DatePickerInput). For these inputs use Styles API to change placeholder color.