#Angular Material style not being applied to all components

4 messages · Page 1 of 1 (latest)

keen herald
#

Hey, I installed @angular/material using the guide provided in Angular docs and I'm getting some problems getting it to run as it should. As of now, only some components are styled properly. For example the screenshot I attached is working fine for buttons, but the card itself isn't using any text style except for the font.

Link to stackblitz
https://stackblitz.com/edit/node-bp7uf3

I created a new thread as the old one got too cluttered with possible solutions that unfortunately didn't help.

Starter project for Node.js, a JavaScript runtime built on Chrome's V8 JavaScript engine.

flat ridge
#

The component on its own acts as expected as your are using a dark theme.

keen herald
#

Wow, never would have expected this to be the problem. Thank you!