I would like the date inside input type=‘date’ to be text-align=‘left’ instead of centre as by default. Is there any way to do this?
input[type='date'] {
color: var(--c-placeholder);
font-weight: 400;
&:focus, &:valid {
font-weight: 530;
color: var(--black);
}
}