IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
569 stars 159 forks source link

Basic IgxButton defaults to small without density #14275

Closed ChronosSF closed 1 month ago

ChronosSF commented 1 month ago

Description

Before the displayDensity class would assign Large density by default to all components. Without this code, the button defaults to small.

Steps to reproduce

  1. Check the failing test in the PR. The igx-column-actions component uses a couple of buttons with no dd being set. The test expects the buttons to be large by default but they render as small.