Commit e199068
committed
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.1 parent e636409 commit e199068
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
39 | 35 | | |
40 | | - | |
41 | | - | |
| 36 | + | |
| 37 | + | |
42 | 38 | | |
43 | 39 | | |
0 commit comments