Utilities for controlling the color of placeholder text.
export default {
theme: {
placeholderColor: {
primary: '#3490dc',
secondary: '#ffed4a',
danger: '#e3342f',
},
},
}
Utilities for controlling the opacity of an element's placeholder color.
export default {
theme: {
extend: {
placeholderOpacity: {
light: '0.1',
},
},
},
}