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
fix(styles): correct material styles and typography
Removes the incorrect `material-components-web` stylesheet and script from `index.html`. These were causing conflicts with the `@angular/material` styles that are included in the build.
Also moves the `mat-typography` class from the `body` to the `app-root` element to follow best practices and avoid potential styling issues.
0 commit comments