Open brendon opened 2 years ago
+1 I needed to overwrite the CSS : .datetimepicker-footer-today{color:#404040 !important}
I ended up compiling the sass source for bulma-calendar
so that it used my custom definition of the $warning
colour that is a darker yellow.
Bug Report
Environment
Current Behavior The default 'warning' colour in the latest Bulma is too light to be used on a white background. Interestingly they don't show examples of its use in the Buttons gallery when it would be yellow text on a white background. Strange, and annoying, but it's the way it is.
I've done some digging and you're hard-coding the use of the warning colour for the 'Today' button. Perhaps the easiest solution would be to change this to one of the other colours instead? Happy to do a PR for this, though it's just a one-line change. Candidates would be 'link', 'info', or 'success'.