telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
463 stars 213 forks source link

DatePicker rendering mismatch for the Today button #4314

Open NickIliev opened 1 month ago

NickIliev commented 1 month ago

Describe the bug The Datepicker in Kendo Angluer renders the Today button with the primary theme color button ( k-button-flat-primary ), while the source of truth rendering shows that the Today button muse be base (k-button-flat-base).

To Reproduce Steps to reproduce the behavior:

Compare the get started demo rending of the Today button https://www.telerik.com/kendo-angular-ui/components/dateinputs/get-started/

with the source of truth rendering https://github.com/telerik/kendo-themes/blob/develop/tests/datepicker/datepicker-opened.html#L61C108-L61C126

Expected behavior The Today button to render while using the unified rendering as per the source of truth tests

Screenshots image

Browser Kendo Angular Q2 2024

https://www.telerik.com/kendo-angular-ui/components/dateinputs/get-started/

Additional context Reported through t.1653207