IgniteUI / igniteui-angular-samples

Ignite UI for Angular demos for all available components and features
https://bit.ly/2L19rhp
36 stars 25 forks source link

IgxDatePicker Styling sample not reflecting the component theme #3331

Closed ddaribo closed 1 year ago

ddaribo commented 1 year ago

Description

The custom theme showcased by the sample is not applied to the IgxDatePicker due to the missing ::ng-deep selector in the datepicker-styling-sample.component.scss file.

Steps to reproduce

  1. Open this demo
  2. Toggle the date picker

Result

The date picker is with its default theme.

Expected result

To apply the custom theme.

Attachments

image