mfmediamarketing
Hi
The css code is working, you should change the color codes first
example
.picker__button--clear, .picker__button--today {
color: #fff;
}
the color is white already you have to change it your color like black
.picker__button--clear, .picker__button--today {
color: #000;
}
this will show today and clear text in the calender.