You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
A mat-button-toggle is 2px taller than a mat-stroked-button despite both --mat-standard-button-toggle-height and --mdc-outlined-button-container-height both defaulting to 40px.
(this screenshot is at 2x zoom; each grid square is 2px)
Is this a regression?
The previous version in which this bug was not present was
No response
Description
A
mat-button-toggle
is 2px taller than amat-stroked-button
despite both--mat-standard-button-toggle-height
and--mdc-outlined-button-container-height
both defaulting to 40px.(this screenshot is at 2x zoom; each grid square is 2px)
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-starter-bqkpddq3?file=src%2Fmain.ts
Expected Behavior
mat-stroked-button
andmat-button-toggle
have the same heightActual Behavior
mat-button-toggle
is 2px taller thanmat-stroked-button
Environment
The text was updated successfully, but these errors were encountered: