phil
1
When using the date picker with the material theme, the Apply button is showing as white
Here is a screenshot when not hovered over the buttion:

The styling is correct when hovering over it, and I tried to paste an screenshot of it but the forum system prevented me.
phil
2
I’ve created a minimal app demonstrating the issue
https://anvil.works/ide#clone:4EOIKO5WJAG3YQFH=BD6GGKNDF7TUHX3JG4QKP4V5
All i did was create a new material design app, added a date picker, change it to also pick time, and then ran it.
Thanks for reporting this! I’ve fixed it; expect it to go live for all new apps created from tomorrow.
In the meantime, you can fix this for your existing apps by adding the following lines to theme.css
in your Assets:
.daterangepicker .btn-success {
color: %color:Primary 500%;
}
1 Like